Update 'core' readme

This commit is contained in:
Denys Vuika
2016-06-20 14:52:18 +01:00
parent 778a3b9bfa
commit d26a66f9df
2 changed files with 57 additions and 31 deletions

View File

@@ -119,29 +119,8 @@ export class DocumentList implements OnInit, AfterViewChecked, AfterContentInit,
contextActionHandler: Subject<any> = new Subject();
testActions: any[];
constructor(
private _alfrescoService: AlfrescoService) {
this.testActions = [
{
title: 'Item 1',
subject: new Subject()
},
{
title: 'Item 2',
subject: new Subject()
},
{
title: 'Item 3',
subject: new Subject()
},
{
title: 'Item 4',
subject: new Subject()
}
];
}
getContextActions(node: MinimalNodeEntity) {