Skip to content

Commit c7f16e7

Browse files
committed
update readme
1 parent dca2eb2 commit c7f16e7

1 file changed

Lines changed: 18 additions & 4 deletions

File tree

README.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ Angular-localStorage
33

44
The simpliest localStorage module you will ever use. Allowing you to set,get, and *bind* variables.
55

6-
# Features:
6+
## Features:
77

88
* Two way bind your $scope variable value to a localStorage which will be updated whenever the model is updated, and vice versa.
99
* You can directly store Objects, Arrays, Floats, Booleans, and Strings. No need to convert your objects to strings and then reverse them.
1010
* Fallback to Angular ``$cookies`` if localStorage is not supported (REMEMBER to add ``angular-cookies.min.js`` script to your project or remove ``'ngCookies'`` from a dependency);
1111

12-
# How to use
12+
## How to use
1313

1414
This module is also available as bower package, install it with such command:
1515

@@ -38,14 +38,28 @@ bower install angular-localStorage
3838
$store.get('key');
3939
```
4040

41-
# Example
41+
## Example
4242

4343
For live example please checkout - http://plnkr.co/edit/Y1mrNVRkInCItqvZXtto?p=preview
4444

45-
# To do
45+
## To do
4646

4747
Some unit tests will be highly appreciated. Please add issues for ideas or improvements! Thanks!
4848

49+
## Contributors
50+
51+
```bash
52+
project : Angular-localStorage
53+
repo age : 7 weeks
54+
active : 7 days
55+
commits : 21
56+
files : 3
57+
authors :
58+
14 agrublev 66.7%
59+
5 Dmitri Voronianski 23.8%
60+
2 Alex Knol 9.5%
61+
```
62+
4963
---
5064

5165
(c) 2013 MIT License

0 commit comments

Comments
 (0)