Angular Loading Bar
Angular Loading Bar gives you an out of the box loading bar which works by listening to $http
events . This makes it super convenient for angular apps. Whenever you're requesting a view, or an API call, a loading bar will be shown at the top of the screen.
It also works with Restangular since Restangular is built on top of $http
.
Additional configuration available in
angular/config/loading_bar.config.js
Updated less than a minute ago