https://github.com/mcasimir/mobile-angular-ui-ui-router
UI Router support for Mobile Angular UI
https://github.com/mcasimir/mobile-angular-ui-ui-router
Last synced: about 2 months ago
JSON representation
UI Router support for Mobile Angular UI
- Host: GitHub
- URL: https://github.com/mcasimir/mobile-angular-ui-ui-router
- Owner: mcasimir
- License: mit
- Created: 2014-05-27T11:04:05.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-12-30T04:19:11.000Z (over 9 years ago)
- Last Synced: 2025-04-09T18:05:31.782Z (about 2 months ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mobile Angular Ui - Ui Router Support
## Installation
Either download the latest release or install via bower
``` sh
bower install mobile-angular-ui-ui-router
```## Usage
Load `angular-ui-router.min.js` and `dist/mobile-angular-ui.ui-router.js` in your html:
``` html
```
Declare the module as dependency for your app:
``` js
angular.module('myApp', ["mobile-angular-ui.plugins.ui-router"]);
```## Publishing releases
``` sh
grunt major/minor/patch/prerelease [--msg='optional message']
```