Skip to content

Commit

Permalink
Merge pull request #87 from vaadin/fix/list-item-doc
Browse files Browse the repository at this point in the history
Remove obsolete section
  • Loading branch information
tehapo committed Mar 24, 2016
2 parents 6d5bb7c + 7e72d06 commit 00bd03a
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions vaadin-upload.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,6 @@
<vaadin-upload></vaadin-upload>
```
### Custom File List Item Template
In order to replace `<vaadin-upload-file>` with your file representation,
add a `<template class="file">...</template>` to the light DOM:
```html
<vaadin-upload>
<template class="file">
[[file.name]]: [[file.status]]
</template>
</vaadin-upload>
```
### Styling
The following custom properties are available for styling the component.
Expand Down

0 comments on commit 00bd03a

Please sign in to comment.