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

$event.currentTarget made available to ng-* bound methods #3

Merged
merged 4 commits into from
Jan 20, 2017

Conversation

0student
Copy link
Contributor

No description provided.

$http.success() is deprecated, use $http.then(function onSuccess(response), function onFailure(response));
$http.success() is deprecated, use $http.then(onSuccess(response), onError(response))
note: ng-* methods have to execute in the same $digest cycle to have $event.currentTarget available to them
@S-YOU S-YOU merged commit 35e7754 into S-YOU:master Jan 20, 2017
@S-YOU
Copy link
Owner

S-YOU commented Jan 20, 2017

Thanks for the PR, merging.

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