I am trying to do page transitions whenever the page is routed to a new path. I could find awesome transitions @ AngularJS Transitions by Minko Gechev
But I am not able to apply these transitions on my pages. I am using AngularJS version 1.2.21 which is the latest one. I am also using the latest version of Angular UI Bootstrap as well.
Please advice how to implement page transitions using AngularJS.
Thanks
You forgot to include ngAnimate module. Do this and everything will be fine :)