AngularJS ng-non-bindable 指令
AngularJS 教程
· 2019-04-01 22:36:36
AngularJS 实例
以下段落不需要使用 AngularJS 来编译:
<div ng-app="">
<p ng-non-bindable>这个代码不需要使用 AngularJS: {{ 5+5 }}</p>
...
</div>
<p ng-non-bindable>这个代码不需要使用 AngularJS: {{ 5+5 }}</p>
...
</div>
定义和用法
ng-non-bindable 指令用于告诉 AngularJS 当前的 HTML 元素或其子元素不需要编译。
语法
<element ng-non-bindable></element>
所有的 HTML 元素支持该指令。
参数值
没有参数值。
点击查看所有 AngularJS 教程 文章: https://www.codercto.com/courses/l/36.html
Machine Learning
Kevin Murphy / The MIT Press / 2012-9-18 / USD 90.00
Today's Web-enabled deluge of electronic data calls for automated methods of data analysis. Machine learning provides these, developing methods that can automatically detect patterns in data and then ......一起来看看 《Machine Learning》 这本书的介绍吧!