根据该文档,$sceDelegateProvider可用于将Angular可以获取托管在与应用程序不同的域上的部分的域列入白名单,以支持此类路由配置:
$routeProvider.when('/test1/', {
templateUrl: 'https://serverName.com/html/test1.html',
controller: 'test1'
});
comment in the repo(缺乏想象力)导致我相信通过JSONP获取远程部分。任何人都可以确认吗?