Skip to content

Commit 7e11d35

Browse files
committed
Change back to ui.router in Setup
1 parent 58c6139 commit 7e11d35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ To evolve the concept of an [angularjs](http://angularjs.org/) [***route***](htt
6767
<script src="angular-ui-router.min.js"></script> <!-- Insert after main angular.js file -->
6868
```
6969

70-
2. Set `ui.state` as a dependency in your module
70+
2. Set `ui.router` as a dependency in your module
7171
>
7272
```javascript
73-
var myapp = angular.module('myapp', ['ui.state'])
73+
var myapp = angular.module('myapp', ['ui.router'])
7474
```
7575

7676
### Nested States & Views

0 commit comments

Comments
 (0)