How can I use ng-animate with ui-view rather than ng-view?
The bug is now closed and they’ve added an entry over at the ui-router Wiki. It also includes a demo Plunkr. I will copy the code example here, just in case the URL would become outdated. HTML: <div class=”row”> <div class=”span12 ui-view-container”> <div class=”well” ui-view></div> </div> </div> CSS: /* Have to set height explicity on … Read more