Refactor event handler away from keyup to ng-change
This commit is contained in:
committed by
Michael Latouche
parent
ae5a8496bb
commit
d6a1b69ead
@@ -6,7 +6,7 @@
|
||||
rows="{{model.config.rows || 10}}"
|
||||
class="umb-property-editor umb-textarea textstring"
|
||||
val-server="value"
|
||||
ng-keyup="change()"
|
||||
ng-change="change()"
|
||||
ng-trim="false"
|
||||
ng-required="model.validation.mandatory"
|
||||
aria-required="{{model.validation.mandatory}}"
|
||||
|
||||
Reference in New Issue
Block a user