mirror of
https://github.com/flarum/core.git
synced 2025-08-06 16:36:47 +02:00
Signup + modal refactoring
This commit is contained in:
9
ember/app/mixins/modal-controller.js
Normal file
9
ember/app/mixins/modal-controller.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import Ember from 'ember';
|
||||
|
||||
export default Ember.Mixin.create(Ember.Evented, {
|
||||
actions: {
|
||||
focus: function() {
|
||||
this.trigger('focus');
|
||||
}
|
||||
}
|
||||
});
|
Reference in New Issue
Block a user