Skip to content

austingreco/angularjs-loading-spinner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angularjs-loading-spinner Build Status

Very simple loading animation using AngularJS's $http interceptors.

Right now it simply sets $rootScope.loading = true while a request is in progress and false when not. Then you can show or hide an element based on this value:

<div class="loading-animation" ng-show="loading"></div>

Running

Just run npm start after cloning the repo. You will need Gulp and Bower. Gulp will create a web server at http://localhost:9000.

Spinner CSS

CSS for the loading animation is from SpinKit.

License

Copyright (c) 2014 Austin Greco

Licensed under the MIT license

About

Simple loading animation using AngularJS's $http interceptors

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published