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

$http Angular 1.6 compatability #2

Merged
merged 3 commits into from
Jan 16, 2017
Merged

$http Angular 1.6 compatability #2

merged 3 commits into from
Jan 16, 2017

Conversation

0student
Copy link
Contributor

$http.success() is deprecated, use $http.then(onSuccess(response), onError(response))

$http.success() is deprecated, use $http.then(function onSuccess(response), function onFailure(response));
$http.success() is deprecated, use $http.then(onSuccess(response), onError(response))
@S-YOU S-YOU merged commit 59c7175 into S-YOU:master Jan 16, 2017
@S-YOU
Copy link
Owner

S-YOU commented Jan 16, 2017

Thank you for PR.

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