Skip to content

Commit

Permalink
GDB-6329 - remove unused listener
Browse files Browse the repository at this point in the history
  • Loading branch information
DesiBorisova committed May 14, 2024
1 parent d48b1b2 commit b70553e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/js/angular/namespaces/controllers.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,6 @@ namespaces.controller('NamespacesCtrl', ['$scope', '$http', '$repositories', 'to
$scope.selectedAll = false;
});

$scope.$on('license.set', function () {
$scope.searchNamespaces = '';
$scope.getNamespaces();
$scope.selectedAll = false;
});

$scope.onNamespaceSearch = function() {
$scope.haveSelected = false;
$scope.selectedAll = false;
Expand Down

0 comments on commit b70553e

Please sign in to comment.