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

Issues changing the value of an element in an array in matlab -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

vb.net - Alternative to the T-SQL AS keyword -