Add ngAnimate
-
Hi , I have a problem . I can not Integer ngAnimate in my application. I put it here: angular.module(‘myApp’, [‘onsen’,‘ngAnimate’]. When I added to my check my application generates me lots of new errors that I do not have when ngAnimate is not present .
Here is the list of mistakes I have: TypeError: Cannot read property ‘ng-scope’ of undefined
TypeError: Cannot read property ‘navigation-bar’ of undefined
TypeError: Cannot read property ‘ng-binding’ of undefined
TypeError: Cannot read property ‘action-label’ of undefined
Does anyone ever had this problem ? How to properly integrate ngAnimate ?In advance thank you for your answers