We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1ac360d + a4d9adb commit 090de78Copy full SHA for 090de78
README.md
@@ -1,4 +1,4 @@
1
-# AngularUI Router [](https://travis-ci.org/angular-ui/ui-router)
+# AngularUI Router [](https://travis-ci.org/angular-ui/ui-router)
2
3
#### The de-facto solution to flexible routing with nested views
4
---
@@ -154,8 +154,8 @@ myApp.config(function($stateProvider, $urlRouterProvider) {
154
controller: function($scope) {
155
$scope.things = ["A", "Set", "Of", "Things"];
156
}
157
- })
158
- });
+ });
+});
159
```
160
161
**(6)** See this quick start example in action.
0 commit comments