Skip to content

Commit

Permalink
Update README.md with permitted values information
Browse files Browse the repository at this point in the history
  • Loading branch information
Gias Kay Lee committed Jul 8, 2013
1 parent b80f1da commit 27609ff
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,13 @@ Theoretically this can also be done in the plain ol' way but, we've got a conven
$localStorage.$clear();
````

#### Permitted Values | [Demo](http://plnkr.co/edit/n0acYLdhk3AeZmPOGY9Z)

You can store anything except those [not supported by JSON](http://www.json.org/js.html):

* `Infinity`, `NaN` - Will be replaced with `null`.
* `undefined`, Function - Will be removed.

Todos
=====

Expand Down

0 comments on commit 27609ff

Please sign in to comment.