Learnt Ember
Learnt JavaScript
Learnt Emberjs
+1
Tried an Ember.js tutorial today. Learned
  • The Routing System
  • Routing and the Controller
    • The router only passes the model to the template
    • The Controller passes properties and actions to the template.
    • The Controller can get the model from the router
Looking forward to learning more.
(Attached is a picture of my rough notes about the difference between route and controller)