Skip to content

lodash helper do not support second parameter binding #82

@yamsellem

Description

@yamsellem

With Backbone, it's possible to bind this in a collection helper:

collection.each(function(model, index) {
  ..
}, this);

With Ampersand, it's not:

collection.each(function(model, index) {
  ..
}.bind(this));

May it be added as well?

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