File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,14 +49,14 @@ To evolve the concept of an [angularjs](http://angularjs.org/) [***route***](htt
49
49
> * fork this repo
50
50
> * download the latest build ([ compressed] ( http://angular-ui.github.io/ui-router/release/angular-ui-router.min.js ) | [ uncompressed] ( http://angular-ui.github.io/ui-router/release/angular-ui-router.js ) )
51
51
52
- 1 . Add angular-ui-router.js to your index.html
52
+ 1 . Add angular-ui-router.min. js to your index.html
53
53
>
54
54
``` html
55
55
<!doctype html>
56
56
<html ng-app =" myapp" >
57
57
<head >
58
58
<script src =" https://ajax.googleapis.com/ajax/libs/angularjs/1.0.6/angular.min.js" ></script >
59
- <script src =" angular-ui-router.js" ></script >
59
+ <script src =" angular-ui-router.min. js" ></script >
60
60
```
61
61
62
62
2 . Add one or more ` ui-view ` to your app, give them names.
You can’t perform that action at this time.
0 commit comments