Fix ability to invite team members by email address
The boolean logic was inverted Fixes https://www.pivotaltracker.com/story/show/143336925
This commit is contained in:
parent
2ba51b2910
commit
c880b830cc
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
auto-clear="true"
|
||||
allowed-entities="allowedEntities"
|
||||
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"
|
||||
ng-show="!addingMember"></div>
|
||||
<div ng-show="addingMember">
|
||||
|
|
Reference in a new issue