EmberJS - Development Helpers



The template developement can be made easier by using some helpers of Handlebars and Ember. The following table lists down the helpers used for developing the templates −

S.No. Helpers & Description
1 Logging

It displays the output variables in the context of browser's console.

2 Adding a Breakpoint

It halts an execution program to inspect the current rendering context.

emberjs_template.htm
Advertisements