Template Development Adding a Breakpoint
You can halt the execution program inside the debugger helper by using the {{debugger}} helper, which allows inspecting the current rendering context.
Syntax
{{debugger}}
The above helper helps to access the values of the template by using the get function.
emberjs_template.htm
Advertisements