| Index: third_party/polymer/v1_0/components/iron-input/README.md
|
| diff --git a/third_party/polymer/v1_0/components/iron-input/README.md b/third_party/polymer/v1_0/components/iron-input/README.md
|
| deleted file mode 100644
|
| index 05a74b721248306a7850dbb636181e369c7f814e..0000000000000000000000000000000000000000
|
| --- a/third_party/polymer/v1_0/components/iron-input/README.md
|
| +++ /dev/null
|
| @@ -1,16 +0,0 @@
|
| -# iron-input
|
| -
|
| -An input with data binding.
|
| -
|
| -By default you can only get notified of changes to an `input`'s `value` due to user input:
|
| -
|
| -```html
|
| -<input value="{{myValue::input}}">
|
| -```
|
| -
|
| -`iron-input` adds the `bind-value` property that mirrors the `value` property, and can be used
|
| -for two-way data binding. `bind-value` will notify if it is changed either by user input or by script.
|
| -
|
| -```html
|
| -<input is="iron-input" bind-value="{{myValue}}">
|
| -```
|
|
|