찾다

 >  Q&A  >  본문

angular.js - angularjs 使用ng-hide的问题。

<p class="原有的class" ng-hide=“{{item.amount}}=0” ng-repeat=“item in items track by $index”>
具体内容
</p>

item.amount就是商品的数量,点击 - 的时候会动态修改
这个图是具体要应用的场景,在点击 - 时,当等于0的时候需要隐藏掉这个p,现在的情况是 刷新页面或者跳转后再过来能隐藏掉,但是在点击 - 的时候不能立即隐藏。请问该怎么解决,因为是ng-repeat出来的列表,ng-hide不能直接传一个布尔值,请问还有什么方法能解决么?

某草草某草草2744일 전542

모든 응답(2)나는 대답할 것이다

  • 天蓬老师

    天蓬老师2017-05-15 16:58:13

    용ng-hide="item.amount==0"

    으아악

    http://plnkr.co/edit/7KeNE5BtMJvRmjrafcr0

    회신하다
    0
  • 某草草

    某草草2017-05-15 16:58:13

    으아악

    회신하다
    0
  • 취소회신하다