Skip to content

vladthelittleone/angular-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular Loader

This is a directive that provide a collection of loading spinners animated with CSS for angular.js. It is built on top of css-loaders project.

  <loader type="load1"
        show="isLoading"
        class="blackout">
  </loader>

Attributes

  • type - type of loading spinners. load1 to load8.
  • show - if variable true then show spinner.

Classes

  • blackout - centring spinner and add blackout background.

Check out example.html

  • Press left button to start loading.
  • Every press is changing loader style.

About

Directive that provide a collection of loading spinners.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published