John
Member since Apr 15, 2014
- Profile: /members/11810-john.htm
- Comments: 1
Recent Blog Comments By John
-
Don't Forget To Cancel $timeout Timers In Your $destroy Events In AngularJS
Posted on Apr 15, 2014 at 4:14 PM
Hi, I came cross this great page, what I was looking for is to verify the $destroy event can be properly fired as expected, I copy you code and add some log to console in the $destroy event, but nothing happens. $scope.$on( "$destroy", function( event ) { $timeout.cancel( timer ); con... read more »