Skip to content

Commit abd5f1d

Browse files
author
Allen Kim
committed
2 parents defa020 + 7f988db commit abd5f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testapp/places-auto-complete.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
angular.module('myApp', ['ngMap'])
1919
.controller('MyCtrl', function($scope) {
2020
$scope.types = "['establishment']";
21-
$scope.placeChanged = function(place) {
21+
$scope.placeChanged = function() {
2222
$scope.place = this.getPlace();
2323
console.log($scope.place.geometry.location.lat(), $scope.place.geometry.location.lng());
2424
$scope.map.setCenter($scope.place.geometry.location);

0 commit comments

Comments
 (0)