Work on adding new team button

This commit is contained in:
Joseph Schorr 2013-11-05 16:15:04 -05:00
parent 2f78a4d6ea
commit 221a7d4998
3 changed files with 5 additions and 2 deletions

View file

@ -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',