gpt4 book ai didi

javascript - 说明相对于根目录的指令 templateUrl

转载 作者:IT王子 更新时间:2023-10-29 02:55:46 30 4
gpt4 key购买 nike

我目前正在声明相对于当前窗口位置的 templateUrl。

cvApp.directive('personalDetails', function () {

return {
restrict: 'A',
templateUrl: '../../Scripts/app/templates/personalDetails.html'
};

});

如何使 templateUrl 相对于应用程序的根目录?我正在寻找这样的东西:

templateUrl: '~/Scripts/app/templates/personalDetails.html'

AngularJS 可以做到这一点吗?

最佳答案

看起来是支持的。取自thread on AngularJS Google Group :

the url with "/" prefix is relative to the domain, without the "/" prefix it will be relative to the main ("index.html") page or base url (if you use location in the html5 mode).

这很好用:

templateUrl: '/Scripts/app/templates/personalDetails.html'

关于javascript - 说明相对于根目录的指令 templateUrl,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16887018/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com