If your bullet objects are using the bullet behavior, you need to set the object's bullet angle of motion after creating it, not just the object angle.
The expression angle(enemy.x,enemy.y,player.x,player.y) would get you the angle from the enemy towards the player. Or you could just set it to enemy.angle if the enemy is already facing the player.