I was asked if ngModel can be used with <input type="button">. Reading through API Reference I started wondering why it is not implemented in Angular? Any risks if I try to implement it on my own?
Please see the below syntax proposal:
<input type="button" ng-model="lunch" value="Steak">
<input type="button" ng-model="lunch" value="Salad">
Thanks