-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
Closed
Description
It looks like that the input event callback defined in a v-on directive is executed before the v-model directive updates the viewmodel.
http://jsfiddle.net/8FUdD/1/ if you give a look at the console it will be logging the old value
It would be nice to have a v-change directive like angular's ngChange http://docs.angularjs.org/api/ng/directive/ngChange that relies on a watcher on the ngModel instead of an event.
Metadata
Metadata
Assignees
Labels
No labels