Make loading of the tags tab async

This commit is contained in:
Joseph Schorr 2015-06-24 17:07:38 -04:00
parent 9e785ab019
commit 43330bcfad
4 changed files with 16 additions and 3 deletions

View file

@ -14,6 +14,8 @@ angular.module('quay').directive('repoPanelTags', function () {
'imagesResource': '=imagesResource',
'images': '=images',
'isEnabled': '=isEnabled',
'getImages': '&getImages'
},
controller: function($scope, $element, $filter, $location, ApiService, UIService) {