Deprecation: Remove controller from templates

This commit is contained in:
Robin Ward
2016-05-09 15:15:39 -04:00
parent c7beecd8e3
commit 995c01fb58
24 changed files with 36 additions and 37 deletions
@@ -4,7 +4,7 @@ export default Ember.Component.extend({
actions: {
showBulkActions() {
const controller = showModal('topic-bulk-actions', { model: this.get('selected'), title: 'topics.bulk.actions' });
controller.set('refreshTarget', this.get('refreshTarget'));
controller.set('refreshClosure', () => this.sendAction());
}
}
});