I used these code in my controller and my html , when I click the <ion-option-button> it densest get its first style. What should I do ?
$scope.clear = function (user){
user.TimeString = ' ';
}
<ion-option-button class="button-assertive" ng-click="clear(user)">
Clear Time
</ion-option-button>


@alimd
@hoseinBL
@mohammadn
I used these code in my controller and my html , when I click the
<ion-option-button>it densest get its first style. What should I do ?@alimd
@hoseinBL
@mohammadn