• Elias Cohenca's avatar
    perf(): Remove inside onChange event · 6ca68cb3
    Elias Cohenca authored
    When the callback run while changing the slider takes a certain amount of time (~50 ms or more), the
     inside onChange can stall resulting in many changes lost along the way while it catches up.
    Removing seems to have no visible side effects. It might be possible that this is due to
    scope.() being called right before callOnChange(), so the model is updated anyway (see in
    applyModel)
    6ca68cb3
Name
Last commit
Last update
demo Loading commit data...
dist Loading commit data...
src Loading commit data...
tests/spec Loading commit data...
.editorconfig Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
CHANGELOG.md Loading commit data...
CONTRIBUTING.md Loading commit data...
Gruntfile.js Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
bower.json Loading commit data...
karma.conf.js Loading commit data...
package.json Loading commit data...