item.amount는 -를 클릭하면 동적으로 변경됩니다. 이 그림은 -를 클릭하면 0이 될 때 숨겨야 합니다. 현재 상황은 페이지 새로고침이나 뒤로가기를 통해 숨길 수 있으나, -클릭시 바로 숨길 수는 없습니다. ng-repeat로 생성된 리스트이기 때문에 ng-hide에서 Boolean 값을 직접 전달할 수 없는 경우 해결 방법을 알려주세요.
용ng-hide="item.amount==0"
http://plnkr.co/edit/7KeNE5BtMJvRmjrafcr0
으아악
용ng-hide="item.amount==0"
으아악http://plnkr.co/edit/7KeNE5BtMJvRmjrafcr0
으아악