Skip to content

Commit e7aacc0

Browse files
author
Bruno Bernardino
committed
Update to v0.0.8 (adding withCredentials)
1 parent c9dd6de commit e7aacc0

5 files changed

Lines changed: 12 additions & 19 deletions

File tree

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "visualcaptcha.angular",
3-
"version": "0.0.6",
3+
"version": "0.0.8",
44
"homepage": "http://visualcaptcha.net",
55
"authors": [
66
"emotionLoop <hello@emotionloop.com>"

visualcaptcha.angular.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

visualcaptcha.angular.src.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/*! visualCaptcha - v0.0.7 - 2015-07-13
1+
/*! visualCaptcha - v0.0.8 - 2016-01-23
22
* http://visualcaptcha.net
3-
* Copyright (c) 2015 emotionLoop; Licensed MIT */
3+
* Copyright (c) 2016 emotionLoop; Licensed MIT */
44

55
(function( root, factory ) {
66
if ( typeof define === 'function' && define.amd ) {
@@ -1335,7 +1335,8 @@ define( 'visualcaptcha.angular',[
13351335
var _request = function( url, callback ) {
13361336
$http({
13371337
method: 'GET',
1338-
url: url
1338+
url: url,
1339+
withCredentials: true
13391340
}).success( callback );
13401341
};
13411342
return {

visualcaptcha.css

Lines changed: 2 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

visualcaptcha.src.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/*! visualCaptcha - v0.0.7 - 2015-07-13
1+
/*! visualCaptcha - v0.0.8 - 2016-01-23
22
* http://visualcaptcha.net
3-
* Copyright (c) 2015 emotionLoop; Licensed MIT */
3+
* Copyright (c) 2016 emotionLoop; Licensed MIT */
44

55
/*---------------------------------------------------
66
LESS Elements 0.9

0 commit comments

Comments
 (0)