[ADF-1384] fix placeholder overlapping with label in form (#2212)

* fix placeholder overlapping with label in form

* fix import material module
This commit is contained in:
Eugenio Romano
2017-08-15 13:42:21 +01:00
committed by Mario Romano
parent 3bbc9d33df
commit ad75b6aa87
16 changed files with 84 additions and 38 deletions

View File

@@ -20,10 +20,10 @@ import { By } from '@angular/platform-browser';
import { AlfrescoTranslationService, CoreModule } from 'ng2-alfresco-core';
import { DataTableModule } from 'ng2-alfresco-datatable';
import { Observable } from 'rxjs/Rx';
import { MATERIAL_MODULE } from '../../index';
import { EcmModelService } from '../services/ecm-model.service';
import { FormService } from '../services/form.service';
import { FormListComponent } from './form-list.component';
import { MaterialModule } from './material.module';
describe('TaskAttachmentList', () => {
@@ -36,7 +36,7 @@ describe('TaskAttachmentList', () => {
imports: [
CoreModule.forRoot(),
DataTableModule,
MATERIAL_MODULE
MaterialModule
],
declarations: [
FormListComponent