wonderfan / javascript

Explore the power of HTML,CSS and JavaScript
1 stars 0 forks source link

Understanding Scopes #104

Closed wonderfan closed 8 years ago

wonderfan commented 8 years ago

The official guide: https://github.com/angular/angular.js/wiki/Understanding-Scopes

wonderfan commented 8 years ago

How to use scope properly: http://www.thinkingmedia.ca/2015/01/learn-how-to-use-scopes-properly-in-angularjs/

wonderfan commented 8 years ago

The apply and digest method explained here: http://jimhoskins.com/2012/12/17/angularjs-and-apply.html

wonderfan commented 8 years ago

The emit and broadcast methods: https://toddmotto.com/all-about-angulars-emit-broadcast-on-publish-subscribing

wonderfan commented 8 years ago

The source code: https://github.com/angular/angular.js/blob/master/src/ng/rootScope.js