This repository was archived by the owner on Nov 30, 2018. It is now read-only.
This repository was archived by the owner on Nov 30, 2018. It is now read-only.
angular-google-maps fails when upgrading to Angular 1.6.x #1989
Closed
Description
Version
2.4.0
Steps to reproduce
- Use Angular 1.6.x as it deprecates $http.get().success
- Load a searchbox or anything that uses the deprecated method
Expected Behavior
- Searchbox should display
Actual Behavior
- Stacktrace saying $http.get(...).success is not a function
Use .then() instead. Easy fix.