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 has been archived by the owner on Apr 12, 2024. It is now read-only.
If you create a directive that wraps an input field and pass the change function and model to the directive and pass it along to the input field, the change function will fire before the model is updated. This behavior seems to have existed all the way back to 1.2 or even before. When ngModelOptions and updateOn: blur, it still calls the change function before the model is updated. I've created a pretty simple Plunker to demonstrate the issue.
If you create a directive that wraps an input field and pass the change function and model to the directive and pass it along to the input field, the change function will fire before the model is updated. This behavior seems to have existed all the way back to 1.2 or even before. When ngModelOptions and updateOn: blur, it still calls the change function before the model is updated. I've created a pretty simple Plunker to demonstrate the issue.
http://plnkr.co/edit/2RLr1GxShY87FVvey4CT?p=preview
The text was updated successfully, but these errors were encountered: