After spawning the particle, you can use Set Angle on it to get the angle you want.
You can even set an angle relative to the object spawning it by setting the angle to something like;
Object.Angle+95
Object being the name of the object you want to align it to, and +95 would off set the particle's angle by 95 degrees.