Created
August 10, 2014 04:19
-
-
Save diestrin/ffd77af64c4e49f6940e to your computer and use it in GitHub Desktop.
Angular - $digest already in progress - fix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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