Make org name clickable in the org admin view

This commit is contained in:
Joseph Schorr 2013-12-02 17:19:19 -05:00
parent 6e4d88e4f0
commit 8cc4a5ef90
3 changed files with 5 additions and 4 deletions

View file

@ -1010,7 +1010,8 @@ quayApp.directive('organizationHeader', function () {
restrict: 'C',
scope: {
'organization': '=organization',
'teamName': '=teamName'
'teamName': '=teamName',
'clickable': '=clickable'
},
controller: function($scope, $element) {
}