我有路线规则:
.when('/filter-nodes', {
controller: 'FilterNodesCtrl',
templateUrl: 'views/filter-nodes.html'
})
如何设置路径templateUrl
相对?有时在某些页面中它不起作用:
无法加载资源:服务器响应状态为404(未找到) angular.js:13642错误:[$ compile:tpload]无法加载模板:views / filter-nodes.html(HTTP状态:404未找到)