Joined June 2013
·

Mark Lagendijk

Netherlands
·
·

Posted to 'Safe' $apply in Angular.JS over 1 year ago

An easier way is to wrap the function in an $timeout without delay:

$timeout(function(){
// Do something
});

Achievements
103 Karma
0 Total ProTip Views