angular-ui-router-css v0.0.0
Angular UI Router CSS
AngularJS UI Router (1.*) plugin to load route-specific, promised based CSS files
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.
Demo
Do you want to see plugin in action? Visit http://harm-less.github.io/angular-ui-router-css/#!/demo
API
A full API reference can be found here
Installation
A more detailed installation guide can be found here. But below is a summary if you know your way around:
Install with NPM (recommended)
npm install angular-ui-router-cssOr with Bower
bower install angular-ui-router-css-pluginManually
Click here 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.
Contributing to the project
We are always looking for quality contributions!
There are several useful Grunt tasks you can run in order to use/change the project:
serve: Use to demo application in order to develop the scripts from thejsfolder.build: Build the files from thejsfolder to thedistfolder
9 years ago