Make sure the team add UI handles the no mailing case as well

This commit is contained in:
Joseph Schorr 2014-09-23 11:19:50 -04:00
parent f3b03ebc34
commit 3a356c6aab
3 changed files with 4 additions and 3 deletions

View file

@ -7,7 +7,7 @@
auto-clear="true"
allowed-entities="['user', 'robot']"
pull-right="true"
allow-emails="true"
allow-emails="allowEmail"
email-message="Press enter to invite the entered e-mail address to this team"
ng-show="!addingMember"></div>
<div class="quay-spinner" ng-show="addingMember"></div>