We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22d098d commit edd862eCopy full SHA for edd862e
_ng1_tutorial/helloworld.md
@@ -80,9 +80,9 @@ Follow these steps to make your own copy of the Hello World app.
80
81
Get the UI-Router for Angular 1 code using your preferred mechanism:
82
83
- - Using npm: `npm install angular-ui-router`
84
- - Using bower: `bower install angular-ui-router`
85
- - Download directly from [npmcdn](https://unpkg.com/angular-ui-router@latest/release/angular-ui-router.js)
+ - Using npm: `npm install --save angular-ui-router@next`
+ - Using bower: `bower install angular-ui-router@1.0.0-beta.3`
+ - Download directly from [npmcdn](https://unpkg.com/angular-ui-router@next/release/angular-ui-router.js)
86
87
## Add script tags
88
0 commit comments