Closed
Description
Implementation of Cache() in angular-ui-scroll#1.5.1 (installed via bower) is not compatible with Internet Explorer due to the use of Array.prototype.find(). See snippet below.
function Cache() {
var cache = Object.create(Array.prototype);
angular.extend(cache, {
add: function add(item) {
var existedItem = cache.find(function (i) {
Issue appears to not be present in the current master.
Metadata
Metadata
Assignees
Labels
No labels