Make loading of the tags tab async
This commit is contained in:
parent
9e785ab019
commit
43330bcfad
4 changed files with 16 additions and 3 deletions
|
@ -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) {
|
||||
|
|
Reference in a new issue