From a6b7560fdcf76adfad9691964f2933339678cdc2 Mon Sep 17 00:00:00 2001 From: Charlton Austin Date: Thu, 4 May 2017 16:40:40 -0400 Subject: [PATCH] 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 --- static/js/directives/ui/entity-search.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/js/directives/ui/entity-search.js b/static/js/directives/ui/entity-search.js index d7b2b006f..8bcefe249 100644 --- a/static/js/directives/ui/entity-search.js +++ b/static/js/directives/ui/entity-search.js @@ -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;