DEV: import ember controller
This commit is contained in:
parent
1b89def89e
commit
57c5bfa6a2
|
@ -3,8 +3,9 @@ import {
|
||||||
on
|
on
|
||||||
} from "discourse-common/utils/decorators";
|
} from "discourse-common/utils/decorators";
|
||||||
import { popupAjaxError } from "discourse/lib/ajax-error";
|
import { popupAjaxError } from "discourse/lib/ajax-error";
|
||||||
|
import Controller from "@ember/controller";
|
||||||
|
|
||||||
export default Ember.Controller.extend({
|
export default Controller.extend({
|
||||||
newNote: null,
|
newNote: null,
|
||||||
saving: false,
|
saving: false,
|
||||||
user: null,
|
user: null,
|
||||||
|
|
Loading…
Reference in New Issue