ui-select icon indicating copy to clipboard operation
ui-select copied to clipboard

Use of Promise.finally is not a proper spec, breaks on Firefox, IE 11/Edge, Safari

Open jpike88 opened this issue 7 years ago • 1 comments

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.

jpike88 avatar May 18 '18 07:05 jpike88

@Jefiozie I believe this requires an urgent fix and release, is that possible to achieve?

jpike88 avatar May 18 '18 07:05 jpike88