angular-recaptcha icon indicating copy to clipboard operation
angular-recaptcha copied to clipboard

do scope apply after validate

Open pcamarajr opened this issue 9 years ago • 3 comments

Added a scope.$apply inside a validate() function in act to update all bindings Fixes #139

pcamarajr avatar May 19 '16 21:05 pcamarajr

Not sure what issue you are trying to fix here, but sounds like this PR was inactive for a long time. Reopen if you still need this

mtrias avatar Jan 19 '17 12:01 mtrias

Ok, found it. This is supposed to fix #138

mtrias avatar Jan 19 '17 12:01 mtrias

This can be closed along with the original issue, the 'working solution" doesn't actually do anything as scope.$apply is a variable referencing a function. This function is never executed since it doesn't get invoked using ()

TheSharpieOne avatar Jan 19 '17 14:01 TheSharpieOne