diff options
Diffstat (limited to 'third_party/polymer/v1_0/components/iron-localstorage/README.md')
-rw-r--r-- | third_party/polymer/v1_0/components/iron-localstorage/README.md | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/third_party/polymer/v1_0/components/iron-localstorage/README.md b/third_party/polymer/v1_0/components/iron-localstorage/README.md deleted file mode 100644 index f3e1acd..0000000 --- a/third_party/polymer/v1_0/components/iron-localstorage/README.md +++ /dev/null @@ -1,13 +0,0 @@ -iron-localstorage -================= - -Element access to localStorage. The "name" property -is the key to the data ("value" property) stored in localStorage. - -`iron-localstorage` automatically saves the value to localStorage when -value is changed. Note that if value is an object auto-save will be -triggered only when value is a different instance. - -```html -<iron-localstorage name="my-app-storage" value="{{value}}"></iron-localstorage> -``` |