PHP中文网2017-05-15 17:11:35
默认是同源策略,如果你想加载其他不在同一个域的资源,你需要了解 $sce,设置白名单
这是官网一段描述
By default, the template URL is restricted to the same domain and protocol as the application document. This is done by calling $sce.getTrustedResourceUrl on it. To load templates from other domains or protocols you may either whitelist them or wrap them as trusted values. Refer to Angular's Strict Contextual Escaping.