Object 1 and Object 2 are all a part of an Objects (array), and each object has someAttribute: DS.attr('string');
So the array is only two objects for this example, and I want to the value of someAttribut
I know how to loop through each Object with {{#each}} but I want one object called, not a list of all of them.
Do I call {{ object.someAttribute 2 }}
, where i state the object, the attribute i want displayed and then its ID?
I want to know how to call this object and its attributes on any page.
Thanks for the help!