We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9993ed4 commit 391c81dCopy full SHA for 391c81d
README.md
@@ -23,7 +23,7 @@ available on the localStorageServiceProvider
23
angular.module('yourModule', ['LocalStorageModule'])
24
.config(['localStorageServiceProvider', function(localStorageServiceProvider){
25
localStorageServiceProvider.setPrefix('newPrefix');
26
-});
+}]);
27
```
28
Check out the full demo and documentation at http://gregpike.net/demos/angular-local-storage/demo.html
29
0 commit comments