ngAnimate not working?

I see angular-animate in ionic boundle file.
But I see that it’s not adding ng-enter class when changing ng-if.
Are animations working? or not?

what are you trying to accomplish? It works for me, if you can put together a codepen i can check it out

My bad - it’s working I’ve made other mistake
Sorry for bother.

Please can you show an example of this I cant seem to get nganimate to work at all.

See: http://robferguson.org/2015/07/31/animation-for-ionic-apps/

I realised its because I was using browserify on ng animate. once I loaded the library before my bundle it works thanks