We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents defa020 + 7f988db commit abd5f1dCopy full SHA for abd5f1d
testapp/places-auto-complete.html
@@ -18,7 +18,7 @@
18
angular.module('myApp', ['ngMap'])
19
.controller('MyCtrl', function($scope) {
20
$scope.types = "['establishment']";
21
- $scope.placeChanged = function(place) {
+ $scope.placeChanged = function() {
22
$scope.place = this.getPlace();
23
console.log($scope.place.geometry.location.lat(), $scope.place.geometry.location.lng());
24
$scope.map.setCenter($scope.place.geometry.location);
0 commit comments