Added a favourite sport just for fun

dev
Gregory Pike 11 years ago
parent 60633b88f2
commit ce9e47e430

@ -19,7 +19,7 @@ angular.module('yourModule', ['LocalStorageModule'])
function($scope, localStorageService) {
// Start fresh
localStorageService.clearAll();
localStorageService.add('Favorite Sport','value');
localStorageService.add('Favorite Sport','Ultimate Frisbee');
}]);
```
Check out the full demo and documentation at http://gregpike.net/demos/angular-local-storage/demo.html