Does Ember allow rendering dynamic views or only static, where I need to know name of template/controller used?
For example:
{{render view.processStep.filterForm model}}
and view.processStep.filterForm could be mapped to specific template and controller. Using such statement throws Exception:
Uncaught Error: Assertion Failed: You used `{{render 'view.processStep.filterForm'}}`, but 'view.processStep.filterForm' can not be found as either a template or a view.