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 8aed5da commit a22018aCopy full SHA for a22018a
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