-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow nested JSON property access #90
Comments
yes i have the same issue as i want to access picture url from picture Object picture: { |
Same here, I have a schema where Category>Products so I need Products.name, i can successfully do that with selectObject and ng-repeat but on printing not on the drop down. |
Any update on this? I am trying to bind the |
please post some code |
+1 |
This would be very useful, especially when you're dealing with public APIs. |
Hi, first of all kudos for such directive, it's been useful :) Keep up the good work.
I have noticed it's not possible to access JSON nested properties from the response, which I would find really useful. For instance:
where data looks like:
Does it seem reasonable?
The text was updated successfully, but these errors were encountered: