Merge pull request #179 from ilovemygameboy/patch-1

Update README.md
master
Ariel Mashraki 10 years ago
commit 950450f637

@ -298,7 +298,7 @@ Directly adds a value to cookies.<br/>
myApp.controller('MainCtrl', function($scope, localStorageService) { myApp.controller('MainCtrl', function($scope, localStorageService) {
//... //...
function submit(key, val) { function submit(key, val) {
return localStorageService.cookie.set(key, value); return localStorageService.cookie.set(key, val);
} }
//... //...
}); });