【发布时间】:2013-10-25 08:15:40
【问题描述】:
app = angular.module("dithat", ["ngRoute", "ngResource", 'ng-rails-csrf']);
app.config(['$routeProvider',
function($routeProvider) {
$routeProvider.
when('/', {
templateUrl: 'app/views/layouts/_user_page.html',
controller: 'accomplishmentController'
});
}]);
我错过了什么吗?谢谢!
【问题讨论】: