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
+1
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,7 @@ Check out the sample app: http://angular-ui.github.io/ui-router/sample/
35
35
- clone & [build](#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
37
- via **[Bower](http://bower.io/)**: by running `$ bower install angular-ui-router` from your console
38
+
- or via **[npm](https://www.npmjs.org/)**: by running `$ npm install angular-ui-router` from your console
38
39
- or via **[Component](https://github.com/component/component)**: by running `$ component install angular-ui/ui-router` from your console
39
40
40
41
**(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