I have a navbar collapse working with AngularStrap, but the collapsing is not animated. I thought I was doing everything correctly by injecting the ngAnimate
library and adding the data-animation='am-collapse'
attribute to my bs-collapse
directive. How do I properly animate the collapse?
Here is my jsfiddle