You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
Issue appears to not be present in the current master.
The text was updated successfully, but these errors were encountered: