Add a dropdown next to the entity search which shows all the user’s teams and robot accounts, and lets them create new ones on the fly

This commit is contained in:
Joseph Schorr 2013-12-10 01:38:05 -05:00
parent ecabcc3fc6
commit 9197a20a77
11 changed files with 223 additions and 53 deletions

View file

@ -32,7 +32,8 @@
<tr ng-show="canEditMembers">
<td colspan="2">
<span class="entity-search" namespace="orgname" include-teams="false" input-title="'Add a user...'" entity-selected="addNewMember"></span>
<span class="entity-search" namespace="orgname" include-teams="false" input-title="'Add a user...'"
entity-selected="addNewMember" is-organization="true"></span>
</td>
</tr>
</table>