[ADF-1806] remove old prefix compatibility alfresco- and activiti- (#2567)

* remove old prefix compatibility alfresco- and activiti-

* fix missing close string quotemark

* fix missing datatable changes
This commit is contained in:
Eugenio Romano
2017-10-31 13:28:43 +00:00
committed by GitHub
parent 1fe71ed251
commit 4d8dd7ebb5
45 changed files with 52 additions and 52 deletions

View File

@@ -21,7 +21,7 @@ import { DataRow } from '../../data/data-row.model';
import { DataTableAdapter } from '../../data/datatable-adapter';
@Component({
selector: 'adf-datatable-cell, alfresco-datatable-cell',
selector: 'adf-datatable-cell',
changeDetection: ChangeDetectionStrategy.OnPush,
template: `
<ng-container>

View File

@@ -33,7 +33,7 @@ import { DataCellEvent } from './data-cell.event';
import { DataRowActionEvent } from './data-row-action.event';
@Component({
selector: 'adf-datatable, alfresco-datatable',
selector: 'adf-datatable',
styleUrls: ['./datatable.component.scss'],
templateUrl: './datatable.component.html'
})