From 28eb58c196a15fb26d895fad8f13b77a6fa29ba1 Mon Sep 17 00:00:00 2001 From: kostyatretyak Date: Mon, 14 Oct 2013 04:03:35 +0300 Subject: [PATCH] Small fix example in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24c50cb36..491c2d380 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ myApp.config(function($stateProvider, $urlRouterProvider) { }) .state('state1.list', { url: "/list", - templateUrl: "partials/1.list.html", + templateUrl: "partials/state1.list.html", controller: function($scope) { $scope.items = ["A", "List", "Of", "Items"]; }