Skip to content

Commit 2a9d453

Browse files
committed
Merge pull request #2 from abielzuliom/master
index: make it simple
2 parents e16c9db + 18990ea commit 2a9d453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<a href="https://google.com/"><h1>Google</h1></a>
1414
<form ng-submit="search()" ui-scrollfix="-10">
1515
<div class="searchbox">
16-
<input ng-model="query" typeahead="suggest.label for suggest in suggestions($viewValue) | filter:$viewValue | limitTo:12" typeahead-on-select="onSelect($item)" typeahead-min-length="3" typeahead-wait-ms="100" ng-focus="isFocused = true" ng-blur="isFocused = false" esc-focus type="text" class="textbox" placeholder="Google it !" tabindex="1" />
16+
<input ng-model="query" typeahead="suggest.label for suggest in suggestions($viewValue) | filter:$viewValue | limitTo:12" typeahead-on-select="onSelect($item)" typeahead-min-length="3" typeahead-wait-ms="100" ng-focus="isFocused = true" ng-blur="isFocused = false" esc-focus type="text" class="textbox" placeholder="Search" tabindex="1" />
1717
</div>
1818
<button class="btn blue search" ng-click="search()"><i class="fa" ng-class="{'fa-circle-o':isLoading, 'fa-search':!isLoading}"></i></button>
1919
<input type="submit" value="Search"/>

0 commit comments

Comments
 (0)