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 7533dd2 commit 33cf631Copy full SHA for 33cf631
README.md
@@ -49,14 +49,14 @@ To evolve the concept of an [angularjs](http://angularjs.org/) [***route***](htt
49
>* fork this repo
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
52
-1. Add angular-ui-router.js to your index.html
+1. Add angular-ui-router.min.js to your index.html
53
>
54
```html
55
<!doctype html>
56
<html ng-app="myapp">
57
<head>
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>
+ <script src="angular-ui-router.min.js"></script>
60
```
61
62
2. Add one or more `ui-view` to your app, give them names.
0 commit comments