角度js错误:无法加载模板

我使用adal-angular js来保护我的路线。

  $routeProvider.
        when("/dashboard", { templateUrl: "Views/Dashboard.html", controller: "DashboardController", requireADLogin: true })

但是,当Adal获得令牌时,我在控制台中出现错误:

错误:[$ compile:tpload]无法加载模板:Views / Dashboard.html(HTTP状态:undefined undefined)

有人可以知道为什么会发生?


首先,原谅我的英语。

对于我来说,只有当我在anonymousEndpoints中指定“/ myUrl”时才工作。 这跳过了这个后端url的拦截器。


我对这个角色的ui bootstrap模板有个问题。 将路径“uib /”添加到匿名端点数组修复了我的问题。

链接地址: http://www.djcxy.com/p/90477.html

上一篇: angular js Error: Failed to load template

下一篇: Optimization for Date Correlation doesn’t change plan