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
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -26,10 +26,17 @@ to change. Using it in a project that requires guaranteed stability is not recom
26
26
27
27
## Get Started
28
28
29
-
**(1)** Get UI-Router in one of 3 ways:
29
+
**(1)** Get UI-Router in one of 4 ways:
30
30
- clone & [build](#developing) this repository
31
31
-[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))
32
-
- or via **[Bower](http://bower.io/)**: by running `$ bower install angular-ui-router` from your console
32
+
- via **[Bower](http://bower.io/)**: by running `$ bower install angular-ui-router` from your console
33
+
- or via **[Component](https://github.com/component/component)**: by running `$ component install angular-ui-router` from your console
34
+
35
+
##### With Component:
36
+
37
+
**(2)** Add `require('angular-ui-router')` to your main module's list of dependencies
38
+
39
+
##### With anything else:
33
40
34
41
**(2)** Include `angular-ui-router.js` (or `angular-ui-router.min.js`) in your `index.html`, after including Angular itself
0 commit comments