Skip to content

Commit

Permalink
Fixed inject issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Ripley committed Jun 24, 2015
1 parent 062e2f9 commit 2e7c670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/angular-oauth1-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ angular.module('oauth1Client', ['LocalStorageModule'])
};
}

this.$get = ['$q', '$http', 'oauth1Signer', 'oauth1Headers', 'oauth1AuthorizedHttp', 'localStorageService', function($q, $http, oauth1Signer, oauth1Headers, oauth1AuthorizedHttp, localStorageService) {
this.$get = ['$q', '$http', 'oauth1Signer', 'oauth1Headers', 'oauth1AuthorizedHttp', 'oauthPersistence', function($q, $http, oauth1Signer, oauth1Headers, oauth1AuthorizedHttp, oauthPersistence) {

var self = this;

Expand Down

0 comments on commit 2e7c670

Please sign in to comment.