Skip to content
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.

Commit

Permalink
Filter instruction fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Tuleja committed Dec 18, 2018
1 parent 3b1e827 commit 0c43cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/transactions-filter/transactions-filter.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h4>Examples</h4>
<span data-ng-repeat="i in [0,4,6,7]"><strong>{{ availableSearchParams[i].key }}</strong>={{ availableSearchParams[i].example }} </span><br>
<span data-ng-repeat="i in [3,5,8]" class="hidden-xs"><strong>{{ availableSearchParams[i].key }}</strong>={{ availableSearchParams[i].example }} </span><br>
</p>
<p>For detailed instruction <a href="" ng-model="queryHelpActive" data-ng-click="queryHelpActive = true">click here...</a></p>
<p>For detailed instruction <a href="" ng-model="queryHelpOn" data-ng-click="queryHelpOn = true">click here...</a></p>
</div>
</div>
<div data-ng-show="queryHelpOn" class="panel panel-default">
Expand Down

0 comments on commit 0c43cb6

Please sign in to comment.