#967 container widgets reworked

- moved internals of container widget to corresponding folder
- moved internals of dynamic table to corresponding folder
This commit is contained in:
Denys Vuika
2016-11-15 13:08:55 +00:00
committed by Mario Romano
parent 084d962230
commit f81f78d311
30 changed files with 331 additions and 316 deletions

View File

@@ -21,8 +21,7 @@ import { FormService } from '../../../services/form.service';
import { FormFieldModel } from './../core/form-field.model';
import { FormFieldTypes } from '../core/form-field-types';
import { FormModel } from '../core/form.model';
import { DynamicTableRow } from './../core/dynamic-table-row';
import { DynamicTableColumn } from './../core/dynamic-table-column';
import { DynamicTableColumn, DynamicTableRow } from './../dynamic-table/dynamic-table.widget.model';
describe('DisplayValueWidget', () => {