Hook up group creation flow UI

Checkboxes add and remove members as well as exposing the group update
ui. The conversation window is opened after saving the group.
This commit is contained in:
lilia 2015-01-28 18:22:41 -10:00
parent b3e32a2642
commit a00632c728
5 changed files with 60 additions and 9 deletions

View file

@ -52,6 +52,7 @@
'click .fab': 'showCompose',
'open #contacts': 'openConversation',
'open .contacts': 'openConversation',
'open .new-conversation': 'openConversation',
'open .new-contact': 'createConversation',
},
openConversation: function(e, data) {