mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
remove old MDL wrapper directives (#2095)
- remove mdl-button directive - remove mdl-tooltip directive
This commit is contained in:
committed by
Eugenio Romano
parent
914e2af98d
commit
34c89bd2ba
@@ -16,12 +16,12 @@
|
||||
<span class="mdl-paging__count">{{summary}}</span>
|
||||
<button (click)="showPrevPage()"
|
||||
[disabled]="!prevPageAvail()"
|
||||
alfresco-mdl-button class="mdl-button--icon mdl-paging__prev">
|
||||
<i class="material-icons">keyboard_arrow_left</i>
|
||||
md-icon-button class="mdl-button--icon mdl-paging__prev">
|
||||
<md-icon>keyboard_arrow_left</md-icon>
|
||||
</button>
|
||||
<button (click)="showNextPage()"
|
||||
[disabled]="!nextPageAvail()"
|
||||
alfresco-mdl-button class="mdl-button--icon mdl-paging__next">
|
||||
<i class="material-icons">keyboard_arrow_right</i>
|
||||
md-icon-button class="mdl-button--icon mdl-paging__next">
|
||||
<md-icon>keyboard_arrow_right</md-icon>
|
||||
</button>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user