Skip to content

Commit

Permalink
Merge pull request #19 from eddiemoore/accessToken
Browse files Browse the repository at this point in the history
Fixing #18
  • Loading branch information
eddiemoore committed May 10, 2015
2 parents 05c39a9 + 2620322 commit 775a4fb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-spotify",
"version": "0.12.0",
"version": "0.13.0",
"authors": [
"Ed Moore <[email protected]>"
],
Expand Down
4 changes: 2 additions & 2 deletions dist/angular-spotify.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-spotify",
"version": "0.12.0",
"version": "0.13.0",
"description": "Angular Service to connect to Spotify Web API",
"main": "Gruntfile.js",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/angular-spotify.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
this.redirectUri = settings.redirectUri;
this.apiBase = settings.apiBase;
this.scope = settings.scope;
this.accessToken = null;
this.accessToken = settings.accessToken;
this.toQueryString = utils.toQueryString;
}

Expand Down

0 comments on commit 775a4fb

Please sign in to comment.