Skip to content

Commit

Permalink
dist and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
chenkie committed Oct 3, 2016
1 parent a91b3c4 commit eeb8910
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/angular-jwt.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ angular.module('angular-jwt.authManager', [])
var tokenGetter = config.tokenGetter;
var token = null;
if (Array.isArray(tokenGetter)) {
token = $injector.invoke(tokenGetter, this, {});
token = $injector.invoke(tokenGetter, this, {options: null});
} else {
token = config.tokenGetter();
}
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-jwt.min.js

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-jwt",
"version": "0.1.3",
"version": "0.1.4",
"description": "Library to help you work with JWTs on AngularJS",
"main": "index.js",
"license": "MIT",
Expand Down

0 comments on commit eeb8910

Please sign in to comment.