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.
for some values (eg. 9.45 but not, say, 9.44) ctrl.myValue is set to undefined.
I created a plunker to better explain this issue.
What is the expected behavior?
The model variable should never be set to undefined for valid numbers.
What is the motivation / use case for changing the behavior?
It's most likely a bug.
Which versions of Angular, and which browser / OS are affected by this issue? Did this work in previous versions of Angular? Please also test with the latest stable and snapshot (https://code.angularjs.org/snapshot/) versions.
As the plunker shows, this bug affects only the latest versions (>= 1.6.0).
The text was updated successfully, but these errors were encountered:
Do you want to request a feature or report a bug?
Bug.
What is the current behavior?
When using
ng-model
on a simple input tag:for some values (eg. 9.45 but not, say, 9.44)
ctrl.myValue
is set to undefined.I created a plunker to better explain this issue.
What is the expected behavior?
The model variable should never be set to undefined for valid numbers.
What is the motivation / use case for changing the behavior?
It's most likely a bug.
Which versions of Angular, and which browser / OS are affected by this issue? Did this work in previous versions of Angular? Please also test with the latest stable and snapshot (https://code.angularjs.org/snapshot/) versions.
As the plunker shows, this bug affects only the latest versions (>= 1.6.0).
The text was updated successfully, but these errors were encountered: