I am using MCV I have my data in a state array with other objects nested inside.
I got my data to go from controller to view. When I console log the data in the view it shows all the correct objects, nested object data. When I try being more specific with my console log to a specific nested object it shows it is empty. The same thing happens when I lob both in the controller.
But when I log it in the model it shows up fine.
There is data in the nested objects when I just log the parent object. But not when i log the parent.nested object.