fix(static): add in init
not sure what happened to the init from before [testing -> tested locally with docker build] - [ ] It works! - [ ] Comments provide sufficient explanations for the next contributor - [ ] Tests cover changes and corner cases - [ ] Follows Quay syntax patterns and format
This commit is contained in:
parent
b21af5c1b8
commit
a6b7560fdc
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ angular.module('quay').directive('entitySearch', function () {
|
|||
$scope.lazyLoading = true;
|
||||
|
||||
$scope.teams = null;
|
||||
$scope.page = {};
|
||||
$scope.page.robots = null;
|
||||
|
||||
$scope.isAdmin = false;
|
||||
|
|
Reference in a new issue