File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 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 "/>
You can’t perform that action at this time.
0 commit comments