0.0.0 • Published 7 years ago

angular-ui-router-css v0.0.0

Weekly downloads
6
License
MIT
Repository
github
Last release
7 years ago

Build Status

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-css

Or with Bower

bower install angular-ui-router-css-plugin

Manually

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 the js folder.
  • build: Build the files from the js folder to the dist folder