Skip to content

Commit 7e65c7d

Browse files
committed
default 'Search' text for example
1 parent c0c4811 commit 7e65c7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/assets/scripts/controllers/search-box.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ angular.module("search-box-example", ["google-maps".ns()])
99
}])
1010

1111
.run(['$templateCache', function ($templateCache) {
12-
$templateCache.put('searchbox.tpl.html', '<input id="pac-input" class="pac-controls" type="text" placeholder="{{3+5}}">');
12+
$templateCache.put('searchbox.tpl.html', '<input id="pac-input" class="pac-controls" type="text" placeholder="Search">');
1313
$templateCache.put('window.tpl.html', '<div ng-controller="WindowCtrl" ng-init="showPlaceDetails(parameter)">{{place.name}}</div>');
1414
}])
1515

0 commit comments

Comments
 (0)