ui-select2 icon indicating copy to clipboard operation
ui-select2 copied to clipboard

fix updating valid and dirty statuses

Open manassorn opened this issue 6 years ago • 0 comments

The array of functions in controller.$parser is executed before validation. That means the controller.$valid is incorrect. controller.$valid is still the old value when the function is executed. controller.$viewChangeListeners should be used instead of controller.$parser. That is because controller.$viewChangeListeners is executed after validation.

manassorn avatar Nov 22 '17 06:11 manassorn