Caleb Olin
Member since Jun 5, 2013
- Profile: /members/10951-caleb-olin.htm
- Comments: 1
Recent Blog Comments By Caleb Olin
-
Unbinding $watch() Listeners In AngularJS
Posted on Jun 5, 2013 at 10:58 AM
Cool! "Unwiring" things (like watches and jQuery plugins) has been one of the more difficult things for me to wrap my head around in Angular. You can use deregistration with events too: $scope._one = function(event, fn, scope) { var _scope = scope || $rootScope; var deregister = _... read more »