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 c0c4811 commit 7e65c7dCopy full SHA for 7e65c7d
example/assets/scripts/controllers/search-box.js
@@ -9,7 +9,7 @@ angular.module("search-box-example", ["google-maps".ns()])
9
}])
10
11
.run(['$templateCache', function ($templateCache) {
12
- $templateCache.put('searchbox.tpl.html', '<input id="pac-input" class="pac-controls" type="text" placeholder="{{3+5}}">');
+ $templateCache.put('searchbox.tpl.html', '<input id="pac-input" class="pac-controls" type="text" placeholder="Search">');
13
$templateCache.put('window.tpl.html', '<div ng-controller="WindowCtrl" ng-init="showPlaceDetails(parameter)">{{place.name}}</div>');
14
15
0 commit comments