lazy-model icon indicating copy to clipboard operation
lazy-model copied to clipboard

AngularJS directive that works like `ng-model` but accept changes only when form is submitted (otherwise changes are cancelled)

Results 1 lazy-model issues
Sort by recently updated
recently updated
newest added

I've noticed the directive doesn't work when inside ng-repeat, for example: ``` {{check}} ``` Will not work at all, won't even check initially. I suspect is has something to do...