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.
Bug with asynchronous text field updates #1827
Closed
Description
I think I found a bug in Angular 1.0.3 (and beyond.)
Check this jsFiddle:
http://jsfiddle.net/sonicsage/k8W4Y/6/
Notice that after the text field updates, it is uneditable.
If you switch to Angular 1.0.2, it is editable.
On the Google Group, Peter Bacon Darwin responded:
"I think this may be a bug in the $parser that parses the original user.name on a Promise object. Can you submit an issue to GitHub? It seems that the ngModelGet function, which is created by the $parse service inside the ngModelController is not returning the correct value. Pete"
Metadata
Metadata
Assignees
Labels
No labels