Ember resources

hello,

I am looking for resources on ember where I could find idiomatic examples on how to do stuff. For example tried to use didInsertElement event as analog to postlink angularjs function. And I wanted to pass some data from model that gets its data from server. Now I did that with adding function to promise that I get with this.get(‘property’). But there seems to be very few if any resources on doing stuff like that. Documentation does not have examples. I am not sure if there is better way to do it since I am begginer. If there is cleaner more idiomatic way is there some good resource that gives examples etc.

tldr: What are your best resources for ember?

checkout http://emberwatch.com/ wish I had looked at this while I was learning