javascript Angular ng-href,ng-src

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了javascript Angular ng-href,ng-src相关的知识,希望对你有一定的参考价值。

// Angular's compile process runs after the browser has loaded, 
// so the browser starts to download things like 'src' and 'href' before Angular arrives, 
// we need to use 'ng-href' and 'ng-src' instead, 
// so Angular first evaluates the expression and then sets the attribute, safely.
<a ng-href="#"><img ng-src="profile-{{id}}.jpg"></a>

以上是关于javascript Angular ng-href,ng-src的主要内容,如果未能解决你的问题,请参考以下文章

如何为现有的 Javascript 库创建 Angular 库包装器?

从javascript 调用angular的函数

另一个 javascript 库上的 Angular 2 templateURL 功能

从 Angular 组件动态加载外部 javascript 文件

将外部css和javascript文件导入Angular 4

JavaScript---Angular 和JQuery