Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.19 KB

README.md

File metadata and controls

19 lines (16 loc) · 1.19 KB

ember js presentation resources

I've include my slides, the source code for the recipe box sample application, a file with links to all of the jsfiddles that wouldn't work in the demo and some other links, and my copy of the generated ember 0.9.3 source documentation built using jsdoc. enjoy.

Fiddles

Ember.js starter template
EmberJS - this is what you do first
1. Ember.Object.extend()
2. Ember.Object.reopen()
3. Ember.Object.create() 4. Ember.Object.reopenClass()
5. Compupted Properties
6. Bindings
7. Observers

Other resources

emberjs home
emberjs on github
a discussion on the differences between emberjs and backbone