Open mjeanroy opened 8 years ago
Sure I will accept the PR and or fix it myself. Then bump and release.
AngularJS is making this a pain as it seems that they have not cut 1.6 to bower or npm yet.
Ahh this is not even really cut yet.
@nmccready Thanks for your reply! I'll work on it and submit my PR in the next few days.
@mjeanroy I am mostly done, but I am having trouble getting the spec to pass with one of the .success
removals.
nvm I figured out the problem, success callback took care of pulling out the data parameter. So adding .then ({data}) ->
fixes it.
@mjeanroy btw I don't feel comfortable pushing out a release of this until 1.6 is out officially.
@nmccready Awesome, that was fast!
btw I don't feel comfortable pushing out a release of this until 1.6 is out officially.
That makes sense. Even if it is not a small patch, it's probably safer to test it against angularjs 1.6 before releasing it.
Angular 1.6 RC0 has been released and the deprecated
success
anderror
callbacks of$http
service have been removed. These methods are currently used inangular-google-map
(at least here), so it could be great to update the library to use officialthen
callback.@nmccready I know this library is not actively maintained, but most of projects won't be able to migrate to a new library. Would you be open for a pull request to fix this?