You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
In order to support transient information (metadata) about the operation that occurred for custom controls that implement ngModel, you have to do something like assign the relevant information to a property on your controller and unset it after the $setViewValue call.
What I'm proposing is the ability to pass a $locals argument to $setViewValue that will then be made available in the ngChange expression if one exists.