integrate call in the demo shell and script demo shell

This commit is contained in:
Eugenio Romano
2016-07-18 17:27:12 +01:00
parent bd69226bbb
commit 60106239b7
11 changed files with 96 additions and 15 deletions

View File

@@ -53,7 +53,7 @@ import { WEBSCRIPTCOMPONENT } from 'ng2-alfresco-webscript';
[servicePath]="servicePath"
[contentType]="'HTML'"
(onSuccess)= "logData($event)"></alfresco-webscript-get>
</div>{{prova}}
</div>
`,
directives: [WEBSCRIPTCOMPONENT, CONTEXT_MENU_DIRECTIVES]
})
@@ -75,8 +75,6 @@ class WebscriptDemo implements OnInit {
token: string;
prova: string;
constructor(private authService: AlfrescoAuthenticationService,
private alfrescoSettingsService: AlfrescoSettingsService) {