fix(README.md): .bind doc

master
Ariel Mashraki 10 years ago
parent ed422c0476
commit bacadf1c0f

@ -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) {
//...