[Search] Add tests

Added tests for SearchMenuController.
This commit is contained in:
slhale
2015-08-17 13:46:28 -07:00
parent 083932e902
commit eee8790682
3 changed files with 135 additions and 1 deletions

View File

@ -60,7 +60,7 @@ define(function () {
for (type in $scope.ngModel.checked) {
if ($scope.ngModel.checked[type]) {
$scope.ngModel.checkAll = false;
}
}
}
}