Injects $window and $document

revert-117-master
Romain Sertelon 10 years ago
parent 91e9e0bec9
commit 6858ddc4df

@ -49,7 +49,7 @@ angularLocalStorage.provider('localStorageService', function(){
};
};
this.$get = ['$rootScope', function($rootScope){
this.$get = ['$rootScope', '$window', '$document', function($rootScope, $window, $document){
var prefix = this.prefix;
var cookie = this.cookie;