-
Notifications
You must be signed in to change notification settings - Fork 78
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
Throwing http exception #114
Comments
Can you give an example of your code? |
It's because Angular 1.6 doesn't support https://stackoverflow.com/questions/41169385/http-get-success-is-not-a-function |
@doshprompt - what you should do is to replace your
and since the pull request is already made, it shouldn't be a hard to be implemented, I guess.... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As per the document, I implemented the localization but its throwing the below exception
TypeError: $http.get(...).success is not a function
I am using angular: 1.6.x version
The text was updated successfully, but these errors were encountered: