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

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
  • Loading branch information
fkammer committed Jan 19, 2016
1 parent bb3a818 commit e1d1871
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions release/angular-recaptcha.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* angular-recaptcha build:2015-08-26
* angular-recaptcha build:2016-01-19
* https://github.com/vividcortex/angular-recaptcha
* Copyright (c) 2015 VividCortex
* Copyright (c) 2016 VividCortex
**/

/*global angular, Recaptcha */
Expand Down Expand Up @@ -119,6 +119,7 @@
scope: {
response: '=?ngModel',
key: '=',
stoken: '=?',
theme: '=?',
size: '=?',
tabindex: '=?',
Expand Down Expand Up @@ -167,6 +168,7 @@

vcRecaptcha.create(elm[0], key, callback, {

stoken: scope.stoken || attrs.stoken || null,
theme: scope.theme || attrs.theme || null,
tabindex: scope.tabindex || attrs.tabindex || null,
size: scope.size || attrs.size || null
Expand Down
6 changes: 3 additions & 3 deletions release/angular-recaptcha.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e1d1871

Please sign in to comment.