|
1 | | -[](https://travis-ci.org/harm-less/angular-sticky) |
| 1 | +[](https://travis-ci.org/harm-less/angular-ui-router-css) |
2 | 2 |
|
3 | 3 | # Angular UI Router CSS |
4 | 4 | [AngularJS UI Router (1.*)](https://github.com/angular-ui/ui-router) plugin to load route-specific, promised based CSS files |
5 | 5 |
|
6 | | -If you want to use this plugin for UI Router 0.4.x or lower, I suggest to use the following plugin: [ng-ui-router-styles](https://github.com/betsol/ng-ui-router-styles). |
| 6 | +If you want to use this plugin for UI Router 0.4.x or lower, I suggest you use the following plugin: [ng-ui-router-styles](https://github.com/betsol/ng-ui-router-styles). |
7 | 7 |
|
8 | 8 | # Demo |
9 | | -Do you want to see directives in action? Visit [http://harm-less.github.io/angular-ui-router-css/#!/demo](http://harm-less.github.io/angular-ui-router-css/#!/demo) |
| 9 | +Do you want to see plugin in action? |
| 10 | +Visit [http://harm-less.github.io/angular-ui-router-css/#!/demo](http://harm-less.github.io/angular-ui-router-css/#!/demo) |
10 | 11 |
|
11 | 12 | # API |
12 | 13 | A full API reference can be found [here](http://harm-less.github.io/angular-ui-router-css) |
13 | 14 |
|
14 | 15 | # Installation |
15 | | -A more detailed installation guide can be found [here](http://harm-less.github.io/angular-ui-router-css). But below is a summary if you know your way around: |
| 16 | +A more detailed installation guide can be found [here](http://harm-less.github.io/angular-ui-router-css). |
| 17 | +But below is a summary if you know your way around: |
16 | 18 |
|
17 | | -### Install with Bower (recommended) |
18 | | -To install Angular Sticky with [Bower](http://bower.io/) use: |
| 19 | +### Install with [NPM](https://www.npmjs.com/) (recommended) |
19 | 20 | ```sh |
20 | | -bower install angular-ui-router-css-plugin |
| 21 | +npm install angular-ui-router-css |
21 | 22 | ``` |
22 | 23 |
|
23 | | -Or with [npm](https://www.npmjs.com/) |
| 24 | +### Or with [Bower](http://bower.io/) |
24 | 25 | ```sh |
25 | | -npm install angular-ui-router-css |
| 26 | +bower install angular-ui-router-css-plugin |
26 | 27 | ``` |
27 | 28 |
|
28 | 29 | ### Manually |
29 | | -Click [here](https://github.com/harm-less/angular-ui-router-css/archive/master.zip) to download the latest version of the plugin. In the ```dist``` folder you'll find the minified and normal JavaScript file. Either one is fine to use, it just depends on your needs. |
| 30 | +Click [here](https://github.com/harm-less/angular-ui-router-css/archive/master.zip) to download the latest version of the plugin. |
| 31 | +In the `dist` folder you'll find the minified and normal JavaScript file. Either one is fine to use, it just depends on your needs. |
30 | 32 |
|
31 | 33 | # Contributing to the project |
32 | 34 | We are always looking for quality contributions! |
33 | 35 |
|
34 | 36 | There are several useful Grunt tasks you can run in order to use/change the project: |
35 | 37 |
|
36 | | -* ```serve```: Use to demo application in order to develop the scripts from the ```js``` folder. |
37 | | -* ```build```: Build the files from the ```js``` folder to the ```dist``` folder |
| 38 | +* `serve`: Use to demo application in order to develop the scripts from the `js` folder. |
| 39 | +* `build`: Build the files from the `js` folder to the `dist` folder |
0 commit comments