ui-select
ui-select copied to clipboard
Use of Promise.finally is not a proper spec, breaks on Firefox, IE 11/Edge, Safari
https://github.com/angular-ui/ui-select/blob/d8fed304ab7f7f8dfde1e8424ee2a572e31c7488/src/uiSelectController.js#L316
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/finally
This should not have made it into production code. Use of .finally only works on some browsers, and on bluebird. It's not standard, and I ask an urgent release of a fix that allows ui-select to work properly without the need of a .finally shim, it's unnecessary.
@Jefiozie I believe this requires an urgent fix and release, is that possible to achieve?