Skip to content

Commit

Permalink
modify readme.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
huang-xiao-jian committed Sep 9, 2014
1 parent ebc82e3 commit 6532b2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The simpliest localStorage module you will ever use. Allowing you to set, get, a
## Attention :
* You can directly store Objects, Arrays, Floats, Booleans, and Strings. No need to convert your javascript values from strings.
* You can directly store Objects, Arrays, Floats, Booleans, and Strings. No need to convert your javascript values from strings. Till now, I add RegExps, Dates support.
* No Fallback to Angular ``$cookies`` if localStorage is not supported
* I follow the TDD rule to code this module , basic function works right, except the data binding, since I think it meaningless.
* You can also see <https://github.com/agrublev/angularLocalStorage>
Expand Down Expand Up @@ -60,6 +60,7 @@ The simpliest localStorage module you will ever use. Allowing you to set, get, a
| ``$verse`` | to verse Booleans value |
| ``$push`` | to push new value into the stored array(array and other variable type acceptalbe)
| ``$addToset`` | to push a new value(not array) that doesn't exist in the stored array |
| ``$pull`` | to remove specific item in an array |
| ``$unique`` | unique the stored array,the third argument not in need |
| ``$extend`` | to update extend stored object by the passing-in value,passing-in value higher priority |
Expand Down

0 comments on commit 6532b2c

Please sign in to comment.