- 1 https://egghead.io/lessons/angularjs-binding
- 2 https://egghead.io/lessons/angularjs-controllers
- 3 https://egghead.io/lessons/angularjs-the-dot
- 4 https://egghead.io/lessons/angularjs-sharing-data-between-controllers
- 5 https://egghead.io/lessons/angularjs-defining-a-method-on-the-scope
- 6 https://egghead.io/lessons/angularjs-filters
- 10 https://egghead.io/lessons/angularjs-first-directive
- 11 https://egghead.io/lessons/angularjs-directive-restrictions
- 14 https://egghead.io/lessons/angularjs-directives-talking-to-controllers
- 15 https://egghead.io/lessons/angularjs-directive-to-directive-communication
- 16 https://egghead.io/lessons/angularjs-understanding-isolate-scope
- 26 https://egghead.io/lessons/angularjs-scope-vs-scope
- scope, isolated scope, child scope, scope properties, prototypical inheritance, transclusion, object, primitive
- http://www.thinkster.io/angularjs/eHPCs7s87O/angularjs-tutorial-learn-to-rapidly-build-real-time-web-apps-with-firebase
- https://github.com/mjibson/goread
- https://github.com/angular/angular.js/wiki/Projects-using-AngularJS
-
scope: true
can be used with an object, not a primitive -
This leverages prototypical inheritance, so $parent is not needed
<test-ng-model ng-model="someObj.model" ...>