Handle loading status better for each namespace displayed in the repo list and update the database we use for testing

This commit is contained in:
Joseph Schorr 2015-03-05 16:25:16 -05:00
parent 43ab838998
commit 12b458780b
67 changed files with 128708 additions and 11 deletions

View file

@ -9,7 +9,7 @@ angular.module('quay').directive('repoListGrid', function () {
transclude: true,
restrict: 'C',
scope: {
repositories: '=repositories',
repositoriesResource: '=repositoriesResource',
starred: '=starred',
user: "=user",
namespace: '=namespace',