I have an Ember app which is run using engines (So there are other apps as well) In my app, I have the following route defined in addon\routes.js this.route('my-route');
My question is, say from some other app (which does not use Ember), can I have the following link called as say href of an anchor tag
OR browser redirect & it would deep route to where I want ?
I ultimately hope to get the control in my-route (after the other app hits the above URL)
Aucun commentaire:
Enregistrer un commentaire