mardi 20 septembre 2016

How to create nested route url supporting pod structure in ember?

How can I create a route to support nested URL having format "/objects/1/fields/1".

I was able to achieve this with the following code but it violates the pod structure of my code.

this.route('fieldShow', {path: '/objects/:object_id/fields/:field_Id'});




Aucun commentaire:

Enregistrer un commentaire