Skip to content

Instantly share code, notes, and snippets.

@mrded
Created July 10, 2014 19:47
Show Gist options
  • Save mrded/692491d35a8f3a41be35 to your computer and use it in GitHub Desktop.
Save mrded/692491d35a8f3a41be35 to your computer and use it in GitHub Desktop.
AngularJS: $scope.$apply
$scope.$$phase || $scope.$apply(function() {
$scope.todos = todos;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment