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 was archived by the owner on Apr 12, 2024. It is now read-only.
Update parent and child scopes correctly when a '='-binding changes from a NaN value.
TBR by angular-core
Closesangular#8553Closesangular#8554
Conflicts:
test/ng/compileSpec.js
Update parent and child scopes correctly when a '='-binding changes from a NaN value.
TBR by angular-core
Closes#8553Closes#8554
Conflicts:
test/ng/compileSpec.js
If the initial value of a scope property with two-way binding is
NaN
, subsequent updates will have no effect:http://jsfiddle.net/gabrielmaldi/yxkaf271
Angular version:
v1.3.0-build.3034+sha.e4e7e94
Tested on:
The text was updated successfully, but these errors were encountered: