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:
Joseph Schorr 2017-04-07 15:13:32 -04:00
parent 2ba51b2910
commit c880b830cc

View file

@ -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">