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

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

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

ios - CFRelease causing crash in iPad application -