0
behiunforgiven created
3 Answer(s)
-
0
Can We Use ngProgress ? How?
-
0
I add Some code in header.js and it works !
$rootScope.$on('$routeChangeStart', function() { ngProgress.start(); }); $rootScope.$on('$routeChangeSuccess', function() { ngProgress.complete(); });
-
0
Thanks for information sharing.