|
|
|
|
|
by drapper
4029 days ago
|
|
When I was using Angular I thought doing something like setTimeout(function() { $scope.$digest(); }, 0);
was an ugly hack and a sign of angular's leaky abstractionism showing up. Is this considered a good practice now (or always was)?Edit: just to clarify, I'm asking because in OP this was given as a one of the way to fix Angular speed issues. |
|