You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -34,8 +34,10 @@ Check out the sample app: http://angular-ui.github.io/ui-router/sample/
34
34
**(1)** Get UI-Router in one of the following ways:
35
35
- clone & [build](CONTRIBUTING.md#developing) this repository
36
36
-[download the release](http://angular-ui.github.io/ui-router/release/angular-ui-router.js) (or [minified](http://angular-ui.github.io/ui-router/release/angular-ui-router.min.js))
37
-
- via **[Bower](http://bower.io/)**: by running `$ bower install angular-ui-router` from your console
37
+
-[link to cdn](http://cdnjs.com/libraries/angular-ui-router)
38
+
- via **[jspm](jspm.io)**: by running `$ jspm install angular-ui-router` from your console
38
39
- or via **[npm](https://www.npmjs.org/)**: by running `$ npm install angular-ui-router` from your console
40
+
- or via **[Bower](http://bower.io/)**: by running `$ bower install angular-ui-router` from your console
39
41
- or via **[Component](https://github.com/component/component)**: by running `$ component install angular-ui/ui-router` from your console
40
42
41
43
**(2)** Include `angular-ui-router.js` (or `angular-ui-router.min.js`) in your `index.html`, after including Angular itself (For Component users: ignore this step)
0 commit comments