diff --git a/wwwroot/app/scripts/app.js b/wwwroot/app/scripts/app.js index f68f3bf9..0c98b7ed 100644 --- a/wwwroot/app/scripts/app.js +++ b/wwwroot/app/scripts/app.js @@ -10,7 +10,7 @@ angular.module('todoApp', ['ngRoute']) $routeProvider.when("/Home", { controller: "todoListCtrl", - templateUrl: "/App/Views/TodoList.html", + templateUrl: "/app/views/TodoList.html", }).otherwise({ redirectTo: "/Home" }); - }]); \ No newline at end of file + }]);