Skip to content

Commit

Permalink
trying to fix the hart to clickable bug on androids browser by increa…
Browse files Browse the repository at this point in the history
…sing the clickable area
  • Loading branch information
cburgdorf committed May 12, 2012
1 parent 37e8fa2 commit ff71c2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/partials/filterbox.html
@@ -1,7 +1,7 @@
<div class="filter-bar">
<div ng-switch on="showFilter" class="tap-hint">
<span ng-click="toggleFilter()" ng-switch-when="true"> Tap to hide filters </span>
<span ng-click="toggleFilter()" ng-switch-when="false"> Tap to show filters </span>
<div ng-click="toggleFilter()" ng-switch-when="true"> Tap to hide filters </div>
<div ng-click="toggleFilter()" ng-switch-when="false"> Tap to show filters </div>
</div>

<div class="settings">
Expand Down

0 comments on commit ff71c2b

Please sign in to comment.