ec3999bbc9
ToDo: * integration test for options-create-datetime * acceptance tests for poll find a date with times * some translations * ...
9 lines
171 B
JavaScript
9 lines
171 B
JavaScript
import Ember from "ember";
|
|
|
|
export default Ember.Controller.extend({
|
|
actions: {
|
|
nextPage: function(){
|
|
this.transitionToRoute('create.settings');
|
|
}
|
|
}
|
|
});
|