Запускаю приложение локально. Использую OpenServer.
routes.js:
angular.module('Todolist')
.config(function($routeProvider){
$routeProvider.when('/todolist', {
templateUrl: '/templates/list.html'
})
});
app.js:
angular.module("Todolist", ['ngRoute']);
А ошибку выдает даже не в консоль, на на экран :
Object not found!
The requested URL was not found on this server. If you entered the URL manually please check your spelling and try again.
If you think this is a server error, please contact the webmaster.
Error 404
test
08/27/15 16:14:46
Apache/2.2.29 (Win32)
Может проблема в настройках сервера?