[Search] Remove unused watch

This commit is contained in:
slhale
2015-08-14 13:35:49 -07:00
parent d6d16f8f1c
commit 7bc9b83aac

View File

@ -147,11 +147,6 @@ define(function () {
});
$scope.ngModel.checkAll = true;
// Re-filter the results when the checked type options change
$scope.$watch("$scope.ngModel.checked", function () {
$scope.results = filter(fullResults.hits);
});
return {
/**
* Search the filetree.