You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 17, 2021. It is now read-only.
I typically set it a higher up scope or even $rootScope then reference it using the controllerAs name such as app.recaptchaConfig.key or $rootScope.recaptchaConfig.key.
But yes, it would be nice and more preferable to use a provider to set the key and possibly over default values.
Maybe you can add the possibility to config "site key" in one place instead on every view in order to avoid a mistype error, by example:
app.js
controller.js
view.html
The text was updated successfully, but these errors were encountered: