Skip to content

Instantly share code, notes, and snippets.

@diestrin
Created August 10, 2014 04:19
Show Gist options
  • Save diestrin/ffd77af64c4e49f6940e to your computer and use it in GitHub Desktop.
Save diestrin/ffd77af64c4e49f6940e to your computer and use it in GitHub Desktop.
Angular - $digest already in progress - fix
if (!($scope.$$phase || $rootScope.$$phase)) {
$scope.$digest();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment