Skip to content

guozheng/Ember.js-in-Action-Source

 
 

Repository files navigation

Ember.js-in-Action-Source

This is the code examples from Ember.js in Action. The code is split up into the following:

The code is split up into multiple parts. The complete source code is split up into multiple files and are linked up inside index.html. Where the chapters code is split into multiple major parts, each of these parts are included inside a single file containing the complete JavaScript code. The first part is names "app1.js", the second "app2.js" and so on. These files are linked up via their corresponsing "index1.html", "index2.html" and so on.

The code is structured in such a way that you are able to run the code example by simply opening the index.html file you want to run in your browser.

Note

Because the code uses console.log statements directly in the code, you need to enable the developer tools in order to view the code examples in Internet Explorer version 7 or 8.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.1%
  • Other 0.9%