You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using this adapter Its impossible to retreive a collection model by id. For example.
I may have a model in my view that contains a Collection of products. and I want to fetch a particular one in my view.
I would expect
<lirv-text="model:products:34:name"></li>
to be the same code as
view.model.get("products").get("34").get("name");
Which returns the proper value.
Is there any where to mimic this behavior? I noticed that you're specifically returning an array when a collection is requested, so I'm not sure currently if there is.
The text was updated successfully, but these errors were encountered:
Using this adapter Its impossible to retreive a collection model by id. For example.
I may have a model in my view that contains a Collection of products. and I want to fetch a particular one in my view.
I would expect
to be the same code as
Which returns the proper value.
Is there any where to mimic this behavior? I noticed that you're specifically returning an array when a collection is requested, so I'm not sure currently if there is.
The text was updated successfully, but these errors were encountered: