Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replaced deprecated jquery functions #2996

Merged
merged 1 commit into from
Sep 14, 2016
Merged

Replaced deprecated jquery functions #2996

merged 1 commit into from
Sep 14, 2016

Conversation

Dona278
Copy link
Contributor

@Dona278 Dona278 commented Sep 14, 2016

Since jQuery 3.0, both .bind() and .unbind() have been deprecated.
The suggested replacements are:
jquery.bind() => jquery.on()
jquery.unbind() => jquery.off()

Since jQuery 3.0, both .bind() and .unbind() have been deprecated.
The suggested replacements are:
jquery.bind() => jquery.on()
jquery.unbind() => jquery.off()
@christopherthielen
Copy link
Contributor

Related #2894

@christopherthielen christopherthielen merged commit 60ebd44 into angular-ui:master Sep 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants