Closed aloketewary closed 6 years ago
From this code :
Inject the count-to directive in your app. var myApp = angular.module('myApp', ['count-to']);
to this code:
Inject the countTo directive in your app. var myApp = angular.module('myApp', ['countTo']);
From this code :
to this code: