Yaron
Member since Oct 22, 2015
- Profile: /members/12885-yaron.htm
- Comments: 1
Recent Blog Comments By Yaron
-
Using The Scope Tree As A Publish And Subscribe (Pub/Sub) Mechanism In AngularJS
Posted on Oct 22, 2015 at 11:13 AM
Great post as alway! I follow the controllerAs syntax as often recommended, and avoid injecting $scope into the controller (in order to avoid unitended dependecies, etc.) I therefore would prefer to use $rootScope.$on and $rootScope.$emit but then how would I destroy my listener on scope destroy ?... read more »