码迷,mamicode.com
首页 > 其他好文 > 详细

angular 三目运算符 需要换色或style

时间:2016-07-01 18:20:07      阅读:257      评论:0      收藏:0      [点我收藏+]

标签:

解决方法:直接简单粗暴写两个.有点挫,但实现需求了.

<font style="color:red" ng-show="boxlist.lineTitle.length > 9">{{ boxlist.lineTitle.length > 9 ? boxlist.lineTitle.substring(0,8)+‘...‘: boxlist.lineTitle}}</font>
<font style="color:green" ng-show="boxlist.lineTitle.length <= 9">{{ boxlist.lineTitle.length > 9 ? boxlist.lineTitle.substring(0,8)+‘...‘: boxlist.lineTitle}}</font>

angular 三目运算符 需要换色或style

标签:

原文地址:http://www.cnblogs.com/ignacio/p/5633899.html

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