Skip to content

Internet Explorer (IE) Compatibility #126

Closed
@wrengland

Description

@wrengland

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions