Created
September 14, 2016 08:58
-
-
Save organizm/b9344dca5166dde420ed7c5d93596efc to your computer and use it in GitHub Desktop.
Angular if apply #angular
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) { | |
// $digest or $apply; | |
$scope.$apply(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment