Angular UI Router
How to incorporate Angular UI Router into your project
Minimum Requirements
Please review our Minimum Requirements to ensure a smooth installation. Then follow 3 easy steps:
- Update your
package.json
- Create or update your
.npmrc
file - Install & Run!
Detailed Instructions
Substitute the AngularJS UI Router dependencies in your package.json with the following
For those using angular-ui-router 0.4.x
If your project requires the use of v0.4.x you may refer to the FIRST package.json
below, the two that follow are for our newer v1.1.x
package.json
package.json
For Clarification
The above instructions apply if you are using the new, scoped UI Router packages. If you are still using the old, unscoped angular-ui-router
package, then substitute with the following:
package.json
Create an .npmrc
file with the following
Replace <NES_ACCESS_TOKEN>
with either your access token or a valid email
Install your dependencies and run the service
And just like that, you can run your integration tests against AngularJS UI Router NES!
Additional Information
The direct download URLs for AngularJS UI Router NES are
Package Name | Latest NES Version | Direct Download Link |
---|---|---|
angular-ui-router | 0.4.3, 1.1.2 | Download v0.4 Download v1.1 |
uirouter-core | 6.1.3 | Download |