ng-model does not set initial value and position of input[type=range] · Issue #6726 · angular/angular.js

Basically, a range input is set up with an initial value using ng-model. The actual value of the HTML element, and the position of the range slider, are incorrect. I would expect the slider positio...