Align Particles to randomized direction

I use particle systems for my projectiles.
Randomize direction is used to spread the particles, however, the particles itself do not align with the direction, they keep the direciton of the transform.

Any idea how to solve this?

I tried rotating the transform after each particle, but then all the particles rotate along with it.

The solution was to use a circle emitter instead of randomize direction and then use the streched Billboard renderer.