Thursday, 22 August 2013

Angular expression that updates model on click

Angular expression that updates model on click

I have a coulple of hidden DOM-elements:
<label ng-show="input">Namn</label>
I would like them to be updated using the ng-click-attribute. What
expression should I use?

No comments:

Post a Comment