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.


Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -