857f2baa16
* replace ember-cp-validations with custom validation logic for poll creation * refactor poll participation to not use ember-cp-validations * drop ember-cp-validations from create.settings route * remove unused leftovers from ember-cp-validations * fix potential leak * assertion thrown in CI tests (Firefox) indicate that listener is cleaned up automatically * synchronize translations
8 lines
No EOL
231 B
Handlebars
8 lines
No EOL
231 B
Handlebars
<CreateOptions
|
|
@isFindADate={{@model.isFindADate}}
|
|
@isMakeAPoll={{@model.isMakeAPoll}}
|
|
@options={{@model.options}}
|
|
@onPrevPage={{this.previousPage}}
|
|
@onNextPage={{this.nextPage}}
|
|
@updateOptions={{this.updateOptions}}
|
|
/> |