|
|
@@ -627,7 +627,7 @@ app.controller('mainController', function($scope, $detection, $http, $mdSidenav,
|
|
|
|
|
|
var i = 0, j = 0;
|
|
|
$scope.suggestLocation = function(val) {
|
|
|
- console.log('__suggestLocation', val);
|
|
|
+ //console.log('__suggestLocation', val);
|
|
|
$scope.suggestionsReady = false;
|
|
|
i++;
|
|
|
return $http.get(suggestURL, {
|
|
|
@@ -1012,8 +1012,6 @@ app.controller('mainController', function($scope, $detection, $http, $mdSidenav,
|
|
|
|
|
|
if(!item) {
|
|
|
item = $scope.suggestions[0];
|
|
|
- console.log('3 $scope.address', $scope.address);
|
|
|
- console.log('3 address', item.text);
|
|
|
$scope.address = item.text;
|
|
|
}
|
|
|
$scope.magicKey = item.magicKey;
|