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 d7139cb + 28eb58c commit 14ab5f4Copy full SHA for 14ab5f4
README.md
@@ -133,7 +133,7 @@ myApp.config(function($stateProvider, $urlRouterProvider) {
133
})
134
.state('state1.list', {
135
url: "/list",
136
- templateUrl: "partials/1.list.html",
+ templateUrl: "partials/state1.list.html",
137
controller: function($scope) {
138
$scope.items = ["A", "List", "Of", "Items"];
139
}
0 commit comments