decide.nolog.cz/app/templates/components
Jeldrik Hanschke 77afc0d9fa
remove implicit this usage in templates (#352)
This refactors references to values in templates from `{{foo}}` to either `{{this.foo}}` if it's a property of backing JavaScript class or `{{@foo}}` if it's passed in on invocation.

You could find more details on this change in Ember docs:
- [required `this` in templates](https://guides.emberjs.com/release/upgrading/current-edition/templates/#toc_required-this-in-templates)
- [named arguments](https://guides.emberjs.com/release/upgrading/current-edition/templates/#toc_named-arguments)

While doing this I noticed that `<PollEvaluationSummaryOption>` component could be easily refactored to a template-only component. Done it as part of this pull request even so it's technically not related.
2020-01-18 12:17:06 +01:00
..
autofocusable-element.hbs Using bootstrap 4 and related UI refresh (#205) 2019-06-07 11:22:13 +02:00
back-button.hbs improve form buttons (#211) 2019-06-12 09:07:48 +02:00
create-options-dates.hbs remove implicit this usage in templates (#352) 2020-01-18 12:17:06 +01:00
create-options-datetime.hbs remove implicit this usage in templates (#352) 2020-01-18 12:17:06 +01:00
create-options-text.hbs remove implicit this usage in templates (#352) 2020-01-18 12:17:06 +01:00
create-options.hbs remove implicit this usage in templates (#352) 2020-01-18 12:17:06 +01:00
inline-datepicker.hbs Update dependency ember-power-calendar to ^0.14.0 (#239) 2019-10-29 10:43:06 +01:00
language-select.hbs remove implicit this usage in templates (#352) 2020-01-18 12:17:06 +01:00
loading-spinner.hbs improve form buttons (#211) 2019-06-12 09:07:48 +02:00
next-button.hbs use specialised button for saving (#331) 2020-01-02 17:13:36 +01:00
poll-evaluation-chart.hbs remove implicit this usage in templates (#352) 2020-01-18 12:17:06 +01:00
poll-evaluation-participants-table.hbs remove implicit this usage in templates (#352) 2020-01-18 12:17:06 +01:00
poll-evaluation-summary-option.hbs remove implicit this usage in templates (#352) 2020-01-18 12:17:06 +01:00
poll-evaluation-summary.hbs remove implicit this usage in templates (#352) 2020-01-18 12:17:06 +01:00
save-button.hbs use specialised button for saving (#331) 2020-01-02 17:13:36 +01:00