UX: Move editing group from into an individual tab.

This commit is contained in:
Guo Xiang Tan
2016-12-13 15:15:20 +08:00
parent 5a5aea72b5
commit 7bfabb029b
23 changed files with 242 additions and 180 deletions

View File

@@ -1,9 +0,0 @@
export default Ember.Component.extend({
classNames: ["item"],
actions: {
remove() {
this.sendAction('removeAction', this.get('member'));
}
}
});