Merge pull request #2622 from charltonaustin/fix_error_in_robot_display

fix(static): add in init
This commit is contained in:
Charlton Austin 2017-05-04 16:55:54 -04:00 committed by GitHub
commit 118ed4a37e

View file

@ -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;