mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 03:36:18 +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({
|
||||
noOperationIsRunning: Ember.computed.not("model.isOperationRunning"),
|
||||
rollbackEnabled: Ember.computed.and(
|
||||
"model.canRollback",
|
||||
|
Reference in New Issue
Block a user