Skip to content

bind/unbind is deprecreated #241

Closed
Closed
@darcyparker

Description

@darcyparker

This is not a serious error... but it bind and unbind are deprecated.

You won't have a problem if using jqlite, because in AngularJS, JQLite.prototype.bind = JQLite.prototype.on; and JQLite.prototype.unbind = JQLite.prototype.off;

But if you load JQuery 3.51 and the unminified jquery-migrate.js you will get logs about usage of deprecated functionality.

The above cases of bind() and unbind() should be on() and off() respectively.

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