1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 15:49:44 +02:00

Refactor user settings to use component

This commit is contained in:
zinyando 2016-07-27 17:26:20 +02:00
parent fadbb57188
commit ab94dabbd2
5 changed files with 96 additions and 46 deletions

View file

@ -12,10 +12,6 @@
import Ember from 'ember';
import NotifierMixin from "../../../mixins/notifier";
const {
isEmpty
} = Ember;
export default Ember.Controller.extend(NotifierMixin, {
orgService: Ember.inject.service('organization'),