Skip to content

Commit 28eb58c

Browse files
author
kostyatretyak
committed
Small fix example in README.md
1 parent d7139cb commit 28eb58c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ myApp.config(function($stateProvider, $urlRouterProvider) {
133133
})
134134
.state('state1.list', {
135135
url: "/list",
136-
templateUrl: "partials/1.list.html",
136+
templateUrl: "partials/state1.list.html",
137137
controller: function($scope) {
138138
$scope.items = ["A", "List", "Of", "Items"];
139139
}

0 commit comments

Comments
 (0)