I have a drop down in my app that has a list of states. I have noticed that 
on occasion, the model value and view value seem to get out of sync. This 
seems to happen only if I update the field multiple times in quick 
succession - ie. when testing, I fill out the form quickly with the 
keyboard, to enter the state I might hit 'T' twice to choose TX. Sometimes, 
it only seems to only handle one of those keypresses when updating the 
model. For instance, the view value is always right - shows TX, but the 
model might contain TN.

The way Angular works - is it possible that events in quick succession such 
as this might get missed? Are there any tweaks that can be made in my app 
to improve the situation?

Thanks,
Nathan

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to