<ion-item>
<divb class="list">
<label class="item"
<Button class=" icon ion-plus" ng-click="add()"></Button>
<Button class="icon ion-minus" ng-click="minus()"></Button>
when press the minus button the add button press too。。。。a bug or ? $scope.minus can not be called 。
-
why Button tag starts with capital letter?
-
try ng-click=“minus(); $event.stopPropagation()”
-
what is divb in your code? typo?
by accident i noticed <label class="item"
change to div works! thandks @yurinondual