mirror of
https://github.com/nasa/openmct.git
synced 2025-06-17 06:38:17 +00:00
[Search] Remove unused watch
This commit is contained in:
@ -147,11 +147,6 @@ define(function () {
|
|||||||
});
|
});
|
||||||
$scope.ngModel.checkAll = true;
|
$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 {
|
return {
|
||||||
/**
|
/**
|
||||||
* Search the filetree.
|
* Search the filetree.
|
||||||
|
Reference in New Issue
Block a user