mirror of
https://github.com/nasa/openmct.git
synced 2025-06-16 14:18:16 +00:00
[Search] Remove unused watch
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user