[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

@@ -278,11 +278,11 @@ You can add a template that will be shown during the loading of your data:
<loading-content-template>
<ng-template>
<!--Add your custom loading template here-->
<md-progress-spinner
<mat-progress-spinner
class="adf-document-list-loading-margin"
[color]="'primary'"
[mode]="'indeterminate'">
</md-progress-spinner>
</mat-progress-spinner>
</ng-template>
</loading-content-template>