我有以下路线配置
.state('employee', {
url: '/employee',
templateUrl: '/Home/EmployeePartialViews/ListEmployee.html',
controller: 'employeeController',
controllerAs: 'viewModel'
})
但它给了我以下错误:
angular.js:11756 GET http://localhost:64956/Home/EmployeePartialViews/ListEmployee.html 404 (未找到)
我该怎么办?请有人帮帮我:)。