build-your-own-angularjs icon indicating copy to clipboard operation
build-your-own-angularjs copied to clipboard

P37

Open ghost opened this issue 8 years ago • 0 comments

Scope.prototype.$applyAsync = function(expr) { var self = this; self.$$applyAsyncQueue.push(function() { self.$eval(expr); }); }; // instead of });

ghost avatar Oct 09 '16 15:10 ghost