[ADF-770] upgrade to md-menu (#2060)

* upgrade to md-menu

- upgrade to md-menu
- fix issue with missing icons
- extend demo shell to show icons for actions
- fix issue with border problems in Firefox
- remove commented out samples in demo shell (there's readme for that instead)

* fix unit tests

* fix tests
This commit is contained in:
Denys Vuika
2017-07-07 16:17:26 +01:00
committed by Eugenio Romano
parent f891c11e78
commit eeacea784c
6 changed files with 99 additions and 81 deletions

View File

@@ -17,8 +17,9 @@
import { SimpleChange } from '@angular/core';
import { async, ComponentFixture, TestBed } from '@angular/core/testing';
import { MdCheckboxChange, MdCheckboxModule } from '@angular/material';
import { MdCheckboxChange } from '@angular/material';
import { CoreModule } from 'ng2-alfresco-core';
import { MaterialModule } from '../../material.module';
import {
DataColumn,
DataRow,
@@ -40,7 +41,7 @@ describe('DataTable', () => {
TestBed.configureTestingModule({
imports: [
CoreModule.forRoot(),
MdCheckboxModule
MaterialModule
],
declarations: [
DataTableCellComponent,