From bacadf1c0f3cabe17b9c058b5c6b19c01f874a78 Mon Sep 17 00:00:00 2001 From: Ariel Mashraki Date: Fri, 10 Oct 2014 10:00:13 +0300 Subject: [PATCH] fix(README.md): .bind doc --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d6ad62..4ca01aa 100644 --- a/README.md +++ b/README.md @@ -215,7 +215,9 @@ myApp.controller('MainCtrl', function($scope, localStorageService) { }); ``` ###bind -Bind $scope key to localStorageService. +Bind $scope key to localStorageService. +**Usage:** `localStorageService.bind(scope, property, value[optional], key[optional])` +***key:*** The corresponding key used in local storage ```js myApp.controller('MainCtrl', function($scope, localStorageService) { //...