Here's my code:
<input type="checkbox" ng-model="variable">
In this case variable will be true or false according the status of checkbox. I need to set not true/false but "+"/"-" instead. What is the simplest way to do this?
Thanks.