Skip to content

Commit 7b00447

Browse files
committed
2 parents bcb3abb + 1928b96 commit 7b00447

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Angular Loaders - Set of [AngularJS](http://angularjs.org/) directives to implement the awesome library [Loaders.css](https://github.com/ConnorAtherton/loaders.css)
2+
3+
# Installation
4+
5+
#### Install with Bower
6+
```sh
7+
$ bower install angular-loaders
8+
```
9+
10+
#### Adding dependency to your project
11+
```js
12+
angular.module('myModule', ['the-cormoran.angular-loaders']);
13+
```
14+
15+
# Demo
16+
17+
WIP

0 commit comments

Comments
 (0)