In my Js I did the init $scope.checked = false;
and I do the following
<input ng-model="checked" type="checkbox"/>
<button ng-show="checked==true">Save</button>
But it doesn't work, any idea why?
In my Js I did the init $scope.checked = false;
and I do the following
<input ng-model="checked" type="checkbox"/>
<button ng-show="checked==true">Save</button>
But it doesn't work, any idea why?