[ADF-1820] Replaced md- prefix in docs with mat- (#2573)

This commit is contained in:
Andy Stark
2017-10-31 10:58:44 +00:00
committed by Eugenio Romano
parent a2df8876d5
commit 1fe71ed251
12 changed files with 60 additions and 147 deletions

View File

@@ -1,25 +1,12 @@
# Node Delete directive
Delete multiple files and folders
<!-- markdown-toc start - Don't edit this section. npm run toc to generate it-->
<!-- toc -->
- [Basic Usage](#basic-usage)
* [Properties](#properties)
* [Events](#events)
- [Details](#details)
<!-- tocstop -->
<!-- markdown-toc end -->
Deletes multiple files and folders.
## Basic Usage
```html
<adf-toolbar>
<button md-icon-button
<button mat-icon-button
(delete)="documentList.reload()"
[adf-delete]="documentList.selection">
</button>