Skip to content

Commit

Permalink
bugfix: filter item
Browse files Browse the repository at this point in the history
  • Loading branch information
lepdou committed Feb 24, 2017
1 parent 68523d0 commit 5c30db8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ function directive($window, toastr, AppUtil, EventManager, PermissionService, Na
}

function toggleItemSearchInput(namespace) {
namespace.showSearchInput = !namespace.showSearchInput;
namespace.displayControl.showSearchInput = !namespace.displayControl.showSearchInput;
}

function searchItems(namespace) {
Expand Down

0 comments on commit 5c30db8

Please sign in to comment.