minor fix document list

This commit is contained in:
Eugenio Romano
2016-07-11 17:42:37 +01:00
parent 0e4a401e7f
commit 9075fce60a
4 changed files with 5 additions and 9 deletions

View File

@@ -37,9 +37,9 @@
"material-design-lite": "1.1.3",
"ng2-translate": "2.2.2",
"alfresco-js-api": "0.2.0",
"ng2-alfresco-core": "0.1.36",
"ng2-alfresco-documentlist": "0.1.34",
"ng2-alfresco-datatable": "0.1.17"
"ng2-alfresco-core": "^0.2.0",
"ng2-alfresco-documentlist": "^0.2.0",
"ng2-alfresco-datatable": "^0.2.0"
},
"devDependencies": {
"concurrently": "2.0.0",

View File

@@ -156,10 +156,6 @@ class DocumentListDemo implements OnInit {
alfrescoSettingsService.host = this.host;
if (this.authService.getToken()) {
this.token = this.authService.getToken();
}
translation.addTranslationFolder();
documentActions.setHandler('my-handler', this.myDocumentActionHandler.bind(this));
}

View File

@@ -26,7 +26,7 @@
"label-undefined": true,
"max-line-length": [
true,
140
180
],
"member-ordering": [
true,

View File

@@ -79,7 +79,7 @@
"ng2-translate": "2.2.2",
"ng2-alfresco-core": "0.2.0",
"ng2-alfresco-datatable": "0.2.0",
"alfresco-js-api": "0.2.0",
"alfresco-js-api": "0.2.0"
},
"peerDependencies": {
"material-design-icons": "^2.2.3",