This question already has an answer here:
- ngAnimate on ngShow. Preventing animation when it starts first time 4 answers
http://codepen.io/cflynn07/pen/hbgxf
^ Example
I have an angularjs animation, and I don't want it to run on page load for an element that is supposed to be hidden.
Right now, the element is shown, then the slide up animation occurs and hides the element.