ember.js - List all available Handlebar Templates in the JavaScript console -
how can list available handlebar templates names in javascript console?
try using ember.keys
:
ember.keys(ember.templates);
hope helps.
how can list available handlebar templates names in javascript console?
try using ember.keys
:
ember.keys(ember.templates);
hope helps.
Comments
Post a Comment