Created
August 15, 2016 16:22
-
-
Save alfredobarron/0e8941734f1a3464396eb1570c916a81 to your computer and use it in GitHub Desktop.
Angular $apply
This file contains 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) { | |
$scope.$apply(function() { | |
$scope.count = 0; | |
}); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment