0
我有結果的表:如何使用NG-如果angularjs
<tr ng-repeat="result in results">
<td>{{result.foo}}</td>
<td ng-if="result.bar == '1'">it's One!</td>
<td ng-if="result.bar != '1'">it's not One! is {{result.bar}}</td>
</tr>
的顯示3,爲什麼NG-如果不工作?
結果的範圍內正確地設置好的,因爲「這不是一個是顯示OK 5!」
你能告訴控制器代碼或結果數據結構 –
我已經解決了我的問題,它的角度版本,與1.2.12 ng - 如果工作,但與1.0.1不是。測試這個例子: 點擊我:
顯示時檢查: 當取消選中複選框時,我將被刪除。 – fj123x