AngularJS and $scope.$apply() best practices

added by JavaScript Kicks
3/11/2015 4:01:08 PM

317 Views

Last weekend I played with Angular a little bit, investigating some of well-known and criticized pitfalls. They both are related to `$digest` loop and concern a very common issue: how to update `$scope` outside Angular?


0 comments