add sessionstorage to localStorage provider.

revert-117-master
paulo.neves 10 years ago
parent 4f71583bd1
commit 336e71d7af

@ -35,6 +35,11 @@ angularLocalStorage.provider('localStorageService', function(){
this.prefix = prefix;
};
// Setter for the storageType
this.setStorageType = function(storageType){
this.storageType = storageType;
};
// Setter for cookie config
this.setStorageCookie = function(exp, path){
this.cookie = {