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
The text was updated successfully, but these errors were encountered:
ghetolay
changed the title
input range, setting) and value at same time
input range, setting min/max and value at same time
Jun 29, 2016
ghetolay
changed the title
input range, setting min/max and value at same time
input range& ngModel: setting min/max and value at same time
Jun 29, 2016
Uh oh!
There was an error while loading. Please reload this page.
I'm submitting a bug report
Current behavior
If we have a component with the following template :
Setting boundary value (min or max or both) and input value at same time won't set the input value correctly.
As a workaound we can delay the value update to the next tick :
I've created a plunker : http://plnkr.co/edit/T8NKmEW7Y5EYHrpetPJk?p=preview
There is a similar issue for Angular 1 : angular/angular.js#6726
Angular version: 2.0.0-rc.1 to 2.0.0-rc.3
The text was updated successfully, but these errors were encountered: