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.
- Host: GitHub
- URL: https://github.com/williamboman/angular-route-wizard
- Owner: williamboman
- Created: 2014-08-06T19:55:49.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-19T13:29:59.000Z (about 11 years ago)
- Last Synced: 2025-09-23T23:12:15.523Z (4 months ago)
- Language: JavaScript
- Size: 230 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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**