Work on adding new team button
This commit is contained in:
parent
2f78a4d6ea
commit
221a7d4998
3 changed files with 5 additions and 2 deletions
|
@ -308,7 +308,7 @@ quayApp.directive('organizationHeader', function () {
|
|||
priority: 0,
|
||||
templateUrl: '/static/directives/organization-header.html',
|
||||
replace: false,
|
||||
transclude: false,
|
||||
transclude: true,
|
||||
restrict: 'C',
|
||||
scope: {
|
||||
'organization': '=organization',
|
||||
|
|
Reference in a new issue