Skip to content

Commit

Permalink
Added angular-local-storage as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
seanfisher committed Jun 16, 2015
1 parent 87f80be commit e44933b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
],
"dependencies": {
"underscore": "~1.8.3",
"crypto.js": "~3.1.2-1"
"crypto.js": "~3.1.2-1",
"angular-local-storage": "~0.2.2"
}
}
2 changes: 1 addition & 1 deletion src/angular-oauth1-client.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
angular.module('oauth1Client', [])
angular.module('oauth1Client', ['LocalStorageModule'])
.factory('oauth1Signer', [function oauth1SignerFactory() {
function randomString(length) {
var text = "";
Expand Down

0 comments on commit e44933b

Please sign in to comment.