Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1021 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 1021 Bytes

Angular Loaders - AngularJS wrapper for the awesome library Loaders.css

This project was build for Angular 1.x.

Total Downloads Latest Release License

Installation

$ npm install --save angular-loaders

or

$ bower install --save angular-loaders

Usage

Adding dependency to your project

angular.module('myModule', ['alexjoffroy.angular-loaders']);

Then use it as a directive:

<div loader-css="ball-pulse"></div>

Demo

Check out the demo: http://alexjoffroy.github.io/angular-loaders/demo