Updated documentation

This commit is contained in:
Gregory Pike 2013-12-26 22:52:45 -05:00
parent d182939877
commit 31c4863bf5

View File

@ -31,7 +31,8 @@ angular.module('yourModule', ['LocalStorageModule'])
}]);
/*
To set the prefix of your localStorage name, you can use the setPrefix method available on the localStorageServiceProvider
To set the prefix of your localStorage name, you can use the setPrefix method
available on the localStorageServiceProvider
*/
angular.module('yourModule', ['LocalStorageModule'])
.config(['localStorageServiceProvider', function(localStorageServiceProvider){