An open API service indexing awesome lists of open source software.

https://github.com/williamboman/angular-route-wizard

Angular module that makes it easier to work with ngRoute.
https://github.com/williamboman/angular-route-wizard

Last synced: 3 months ago
JSON representation

Angular module that makes it easier to work with ngRoute.

Awesome Lists containing this project

README

          

angular-route-wizard
===================

Angular module that makes `ngRoute` easier to work with.

## Dependencies
- [angular](https://github.com/angular/angular.js) ~1.2.16

## Install
### Bower
```bash
bower install angular-route-wizard --save
```
### Download
- [angular-route-wizard.min.js](https://github.com/williamboman/angular-route-wizard/releases/download/v0.0.2/angular-route-wizard.min.js)
- [angular-route-wizard.js](https://github.com/williamboman/angular-route-wizard/releases/download/v0.0.2/angular-route-wizard.js)

Then simply just include the JavaScript file in your document!

## Usage
To use this Angular module, add `wb.ngRouteWizard` as a dependency in your Angular module.
```js
angular.module('yourApp', [..., 'wb.ngRouteWizard']);
```

## Todo
* Fix directive to make it more user friendly.
* Write tests.

## License
Licensed under the MIT license.

## Authors
**William Boman**