@pillsw wrote:
I have Ember 2.2 and Ember-Data 2.2.1. My application loads fine and I can see my DS.Model in the Ember Inspector show up with type 'appstatus'. I am having difficulty in understanding how to connect that to a template in which I have to show?
The DS.Model was loaded in the Ember.Route by a polling mechanism which did a
store.push(data)
. I can see the data in the inspector but dont know how the template can hook to it.
Posts: 1
Participants: 1