mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
# Changed TranslationService
This commit is contained in:
@@ -95,7 +95,7 @@ class DocumentListDemo implements OnInit {
|
||||
documentActions: DocumentActionsService) {
|
||||
|
||||
settings.host = 'http://192.168.99.100:8080';
|
||||
translation.translationInit();
|
||||
translation.addTranslationFolder();
|
||||
documentActions.setHandler('my-handler', this.myDocumentActionHandler.bind(this));
|
||||
}
|
||||
|
||||
|
@@ -160,7 +160,7 @@ class DocumentListDemo implements OnInit {
|
||||
this.token = localStorage.getItem('token');
|
||||
}
|
||||
|
||||
translation.translationInit(' ');
|
||||
translation.addTranslationFolder();
|
||||
documentActions.setHandler('my-handler', this.myDocumentActionHandler.bind(this));
|
||||
}
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "ng2-alfresco-documentlist",
|
||||
"description": "Alfresco Angular2 Document List Component",
|
||||
"version": "0.1.20",
|
||||
"version": "0.1.21",
|
||||
"author": "Alfresco Software, Ltd.",
|
||||
"scripts": {
|
||||
"typings": "typings install",
|
||||
|
Reference in New Issue
Block a user