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 58c6139 commit 7e11d35Copy full SHA for 7e11d35
README.md
@@ -67,10 +67,10 @@ To evolve the concept of an [angularjs](http://angularjs.org/) [***route***](htt
67
<script src="angular-ui-router.min.js"></script> <!-- Insert after main angular.js file -->
68
```
69
70
-2. Set `ui.state` as a dependency in your module
+2. Set `ui.router` as a dependency in your module
71
>
72
```javascript
73
-var myapp = angular.module('myapp', ['ui.state'])
+var myapp = angular.module('myapp', ['ui.router'])
74
75
76
### Nested States & Views
0 commit comments