Functional Templating in Ember
TL;DR – Avoid using “magically bound” internal component properties in your templates at all costs. Instead be explicit about only passing values around through actions and block params. This will engender a new level of breeziness to your UI.
Implementing a file upload in your web application is just the worst, am I right?