We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae3cd33 commit 86de008Copy full SHA for 86de008
packages/ember-views/lib/views/view.js
@@ -571,9 +571,6 @@ var EMPTY_ARRAY = [];
571
Using a value for `templateName` that does not have a Handlebars template
572
with a matching `data-template-name` attribute will throw an error.
573
574
- Assigning a value to both `template` and `templateName` properties will throw
575
- an error.
576
-
577
For views classes that may have a template later defined (e.g. as the block
578
portion of a `{{view}}` Handlebars helper call in another template or in
579
a subclass), you can provide a `defaultTemplate` property set to compiled
0 commit comments