码迷,mamicode.com
首页 > Web开发 > 详细

AngularJS 细节

时间:2017-01-04 11:01:21      阅读:220      评论:0      收藏:0      [点我收藏+]

标签:res   细节   angularjs   blog   app   表达式   bind   ssi   div   

AngularJS 表达式({{ expression }})类似于 AngularJS ng-bind
例子:

<span>表达式</span>
<div ng-app="" ng-init="quantity=1;cost=5">
 
<p>总价: {{ quantity * cost }}</p>
 
</div>
<span>ng-bind:</span>
<div ng-app="" ng-init="quantity=1;cost=5">
 
<p>总价: <span ng-bind="quantity * cost"></span></p>
 
</div>

 

AngularJS 细节

标签:res   细节   angularjs   blog   app   表达式   bind   ssi   div   

原文地址:http://www.cnblogs.com/IKang8701348/p/6247373.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!