mirror of
https://github.com/flarum/framework.git
synced 2025-05-22 14:49:57 +08:00
Hello world!
This commit is contained in:
17
ember/app/controllers/composer.js
Normal file
17
ember/app/controllers/composer.js
Normal file
@ -0,0 +1,17 @@
|
||||
import Ember from 'ember';
|
||||
|
||||
export default Ember.Controller.extend({
|
||||
|
||||
needs: ['discussions'],
|
||||
|
||||
showing: false,
|
||||
|
||||
title: 'Replying to <em>Some Discussion Title</em>',
|
||||
|
||||
actions: {
|
||||
close: function() {
|
||||
this.set('showing', false);
|
||||
}
|
||||
}
|
||||
|
||||
});
|
Reference in New Issue
Block a user