This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
ng-model only binding on blur on chrome for android in 1.2.4 #5331
Closed
Description
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.