Can I Show a progressbar when views change?
Can We Use ngProgress ? How?
I add Some code in header.js and it works !
$rootScope.$on('$routeChangeStart', function() { ngProgress.start(); }); $rootScope.$on('$routeChangeSuccess', function() { ngProgress.complete(); });
Thanks for information sharing.