我有以下的html:CSS把某種顏色取決於angularjs條件
<div>
<i class="glyphicon glyphicon-envelope"
style="margin-top: -50px; cursor:pointer; color: #1F45FC"
ng-click="createComment(set_id)">
</i> Route
<center>
<span class="route_no">{{set_id}}</span>
</center>
</div>
<div>
<center>Status: {{set.total_one}}/{{set.total_two}}</center>
</div>
這是內部的ng-repeat="set in settings"
我想改變我的<i class="glyphicon glyphicon-envelope">
取決於內部條件的顏色我JavaScript控制器。
我無法將特定圖標綁定到索引,以便angularjs知道哪些圖標要更改顏色。
結帳NG式 – harishr 2014-09-04 10:19:46