mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 07:11:34 +08:00
REFACTOR: Remove Ember.Controller
in favor of import
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
export default Ember.Controller.extend({
|
||||
import Controller from "@ember/controller";
|
||||
export default Controller.extend({
|
||||
emailTemplates: null,
|
||||
sortedTemplates: Ember.computed.sort("emailTemplates", "titleSorting"),
|
||||
|
||||
|
Reference in New Issue
Block a user