angular-input-modified icon indicating copy to clipboard operation
angular-input-modified copied to clipboard

Modified state based on $viewValue instead of $modelValue ?

Open Sharlaan opened this issue 8 years ago • 0 comments

Would it be possible to make ng-modified checks bsed on $viewValue instead of currently $modelValue ?

Use case: when using ng-pattern or any validation rules, ngModel is prevented to change while user actually modified the $viewValue.

Sharlaan avatar Sep 23 '17 15:09 Sharlaan