TextSupport#template

templateFunctionprivate

Defined in packages/ember-views/lib/mixins/template_support.js:48

The template used to render the view. This should be a function that accepts an optional context parameter and returns a string of HTML that will be inserted into the DOM relative to its parent view.

In general, you should set the templateName property instead of setting the template yourself.

doc_EmberJs
2016-11-30 16:53:53
Comments
Leave a Comment

Please login to continue.