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 6122697 commit c787a78Copy full SHA for c787a78
src/angular-advanced-searchbox.html
@@ -1,4 +1,4 @@
1
-<div class="advancedSearchBox" ng-class="{active:focus}" ng-init="focus = false" ng-click="!focus ? setSearchFocus = true : null">
+<div class="advancedSearchBox" ng-class="{active:focus}" ng-init="focus = false">
2
<span ng-show="searchParams.length < 1 && searchQuery.length === 0" class="search-icon glyphicon glyphicon-search"></span>
3
<a ng-href="" ng-show="searchParams.length > 0 || searchQuery.length > 0" ng-click="removeAll()" role="button">
4
<span class="remove-all-icon glyphicon glyphicon-trash"></span>
0 commit comments