decide.nolog.cz/app/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
..
bs-form/element/control refactor to native ECMAScript classes (#344) 2020-01-18 10:13:50 +01:00
.gitkeep Starting to move to Ember App Kit 2014-07-06 17:37:54 +02:00
autofocusable-element.js refactor to native ECMAScript classes (#344) 2020-01-18 10:13:50 +01:00
create-options-dates.js refactor to native ECMAScript classes (#344) 2020-01-18 10:13:50 +01:00
create-options-datetime.js refactor to native ECMAScript classes (#344) 2020-01-18 10:13:50 +01:00
create-options-text.js refactor to native ECMAScript classes (#344) 2020-01-18 10:13:50 +01:00
create-options.js refactor to native ECMAScript classes (#344) 2020-01-18 10:13:50 +01:00
inline-datepicker.js refactor to native ECMAScript classes (#344) 2020-01-18 10:13:50 +01:00
language-select.js refactor to native ECMAScript classes (#344) 2020-01-18 10:13:50 +01:00
poll-evaluation-chart.js refactor to native ECMAScript classes (#344) 2020-01-18 10:13:50 +01:00
poll-evaluation-participants-table.js refactor to native ECMAScript classes (#344) 2020-01-18 10:13:50 +01:00
poll-evaluation-summary.js refactor to native ECMAScript classes (#344) 2020-01-18 10:13:50 +01:00