Closed rankill closed 8 years ago
This repo is awesome, but just one thing, I had to execute a $scope.$digest(); manually cause my captcha model did not update on captcha expire, should this be action manual or automatic;
$scope.$digest();
This is fixed now. Thanks for reporting it!
@mtrias The PR is still open
oops. sorry about that. It's merged now.
This repo is awesome, but just one thing, I had to execute a
$scope.$digest();
manually cause my captcha model did not update on captcha expire, should this be action manual or automatic;