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.
In angular 1.2.4 when I have a very simple text box with ng-model set and a span set to bind to that model (as described in jsfiddle http://jsfiddle.net/julianjelfs/YwCqW/)
When I type in the text box using Chrome 31.0.1650.59 on Android, the span does not get updated until I blur the text box rather than immediately.
This behaved correctly in previous version of Angular. Certainly 1.2.1 was OK.
Desktop browser and other mobile browsers are ok.
This can be seen by launching the above fiddle in chrome on android.
The text was updated successfully, but these errors were encountered:
In angular 1.2.4 when I have a very simple text box with ng-model set and a span set to bind to that model (as described in jsfiddle http://jsfiddle.net/julianjelfs/YwCqW/)
When I type in the text box using Chrome 31.0.1650.59 on Android, the span does not get updated until I blur the text box rather than immediately.
This behaved correctly in previous version of Angular. Certainly 1.2.1 was OK.
Desktop browser and other mobile browsers are ok.
This can be seen by launching the above fiddle in chrome on android.
The text was updated successfully, but these errors were encountered: