JasonTheProgrammer
JasonTheProgrammer
@thedersen - I would love to see this pull request accepted and an updated version published to NuGet. Any chance of that happening?
Was there a reason #2191 wasn't merged? It looks like #2242 tries to address the same issue, but in a much more succinct way - by just removing the call...
Also adversely affected by this. My workaround was to use the `$animate` service to disable animation on the ui-select element like `$animate.enabled(element, false);`, per https://docs.angularjs.org/api/ng/service/$animate#enabled Although, as I test further,...