I am looking how to find all controllers in the ember app. I am using ember 1.6. I know how to fins one controller by given name:
var myController = window.App.__container__.lookup('controller:myController ');
Is there a way to list all controllers?
Aucun commentaire:
Enregistrer un commentaire