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.
1 parent 1857337 commit 269be8eCopy full SHA for 269be8e
testapp/map_with_current_position.html
@@ -19,7 +19,7 @@
19
angular.module('myApp',['ngMap']).controller('MyCtrl', function($scope) {
20
$scope.message = 'You can not hide. :)';
21
$scope.callbackFunc = function(param) {
22
- console.log('I know where '+ param +' are.' + $scope.message);
+ console.log('I know where '+ param +' are. ' + $scope.message);
23
console.log('You are at' + $scope.map.getCenter());
24
};
25
});
0 commit comments