Skip to content

Commit e4e841d

Browse files
Merge pull request #1284 from jabbrass/patch-1
fix(doc): Fixed indentation on last state of config example
2 parents 0fd28ad + a22018a commit e4e841d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -150,12 +150,12 @@ myApp.config(function($stateProvider, $urlRouterProvider) {
150150
})
151151
.state('state2.list', {
152152
url: "/list",
153-
templateUrl: "partials/state2.list.html",
154-
controller: function($scope) {
155-
$scope.things = ["A", "Set", "Of", "Things"];
156-
}
157-
})
158-
});
153+
templateUrl: "partials/state2.list.html",
154+
controller: function($scope) {
155+
$scope.things = ["A", "Set", "Of", "Things"];
156+
}
157+
})
158+
});
159159
```
160160

161161
**(6)** See this quick start example in action.

0 commit comments

Comments
 (0)