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.
2 parents 0fd28ad + a22018a commit e4e841dCopy full SHA for e4e841d
README.md
@@ -150,12 +150,12 @@ myApp.config(function($stateProvider, $urlRouterProvider) {
150
})
151
.state('state2.list', {
152
url: "/list",
153
- templateUrl: "partials/state2.list.html",
154
- controller: function($scope) {
155
- $scope.things = ["A", "Set", "Of", "Things"];
156
- }
157
- })
158
- });
+ templateUrl: "partials/state2.list.html",
+ controller: function($scope) {
+ $scope.things = ["A", "Set", "Of", "Things"];
+ }
+ })
+ });
159
```
160
161
**(6)** See this quick start example in action.
0 commit comments