Skip to content
This repository was archived by the owner on Aug 17, 2021. It is now read-only.

Conversation

bjornlaurell
Copy link
Contributor

This should fix the following issue: #186

@coveralls
Copy link

Coverage Status

Coverage decreased (-6.0%) to 88.293% when pulling 80f3d97 on bjornlaurell:master into a853512 on VividCortex:master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-6.0%) to 88.293% when pulling d922662 on bjornlaurell:master into a853512 on VividCortex:master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-4.5%) to 89.756% when pulling c7dbb0d on bjornlaurell:master into a853512 on VividCortex:master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-4.5%) to 89.756% when pulling b3b627c on bjornlaurell:master into a853512 on VividCortex:master.

src/directive.js Outdated
lang: scope.lang || attrs.lang || null,
tabindex: scope.tabindex || attrs.tabindex || null,
size: scope.size || attrs.size || null,
badge: scope.badge || attrs.badge || null,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bad indent.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.2%) to 94.488% when pulling 96f97c6 on bjornlaurell:master into a853512 on VividCortex:master.

@mtrias
Copy link
Contributor

mtrias commented Apr 13, 2017

Thank you for your contribution!

Is anyone else interested in this PR to be merged?

If yes, then I'd appreciate someone to test this, confirm that it works, and code review.

@MaximeCheramy
Copy link

@mtrias it looks good to me and I've been able to use the invisible recaptcha (not used in production).

Copy link

@CGNonofr CGNonofr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@iambrosi iambrosi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your PR and my apologies about the long waiting for review. We will merge this as soon as these changes are applied.

provider.setLang = function(lang){
config.lang = lang;
};
/**
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nitpick: Can you add an empty line between provider methods?

src/service.js Outdated
config.lang = lang;
};
/**
* Sets the reCaptcha badge position which will be used by default is not specified in a specific directive instance.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nitpick 2:

-...by default is not specified...
+...by default if not specified...

src/service.js Outdated
/**
* Sets the reCaptcha badge position which will be used by default is not specified in a specific directive instance.
*
* @param lang The reCaptcha badge position.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The parameter name is wrong.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.2%) to 94.488% when pulling 52fc251 on bjornlaurell:master into a853512 on VividCortex:master.

@iambrosi iambrosi merged commit 3ac496d into VividCortex:master Apr 24, 2017
@iambrosi
Copy link
Contributor

Thanks @bjornlaurell !!

@iambrosi
Copy link
Contributor

Tagged as 4.1.0

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants