Skip to content

Commit

Permalink
fix(nodes): fix missing "Clear" button in the node list search
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Reed committed May 12, 2016
1 parent b289809 commit 13fba9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/nodes/nodes.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<i class="icon ion-ios-search placeholder-icon"></i>
<input type="search" placeholder="Search" ng-model="searchString" autocapitalize="none">
</label>
<button class="button button-clear" ng-click="searchString = ''">Cancel</button>
<button class="button button-clear button-compass" ng-click="searchString = ''">Cancel</button>
</ion-header-bar>
<ion-content delegate-handle="nodes-scroll" scroll="true" overflow-scroll="false">
<ion-refresher pulling-text="Pull to Refresh..." on-refresh="updateSearch(searchString, true)"></ion-refresher>
Expand Down

0 comments on commit 13fba9a

Please sign in to comment.