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

@ -3951,7 +3951,7 @@ quayApp.directive('entitySearch', function () {
'clearValue': '=clearValue',
// Whether e-mail addresses are allowed.
'allowEmails': '@allowEmails',
'allowEmails': '=allowEmails',
'emailMessage': '@emailMessage',
// True if the menu should pull right.