I use ngAnimate in some places, but it captures animations for all elements of my ng class. I already had significant animation code written for different elements, for which I do not need ngAnimate. Their adding classes really seem to mess things up. In any case, to exclude these elements?
Here is the element I'm trying to exclude:
<div ng-class="myclass"></div>
ngAnimate adds classes like
$scope.myclass = 'move' <div class="move-add" ng-class="myclass"></div>
angularjs angularjs-animation
Harry May 27 '14 at 1:08 2014-05-27 01:08
source share