Merge pull request #2522 from coreos-inc/fix-entity-bug
Fix ability to invite team members by email address
This commit is contained in:
commit
9a15c6cbd0
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
auto-clear="true"
|
auto-clear="true"
|
||||||
allowed-entities="allowedEntities"
|
allowed-entities="allowedEntities"
|
||||||
pull-right="true"
|
pull-right="true"
|
||||||
allow-emails="allowEmail && syncInfo"
|
allow-emails="allowEmail && !syncInfo"
|
||||||
email-message="Press enter to invite the entered e-mail address to this team"
|
email-message="Press enter to invite the entered e-mail address to this team"
|
||||||
ng-show="!addingMember"></div>
|
ng-show="!addingMember"></div>
|
||||||
<div ng-show="addingMember">
|
<div ng-show="addingMember">
|
||||||
|
|
Reference in a new issue