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

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

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']
```