clean repo

This commit is contained in:
Mario Romano
2016-06-29 22:56:36 +01:00
parent d8261868f0
commit 8158957b2f
17 changed files with 10 additions and 29 deletions

View File

@@ -34,4 +34,4 @@
You can browse all the components at the following address:
http://devproducts.alfresco.me/
http://devproducts.alfresco.com/

View File

@@ -1,2 +0,0 @@
service_name: travis-pro
repo_token: zII4rVtXRGvQ8WZAd8mAHKe8voLNgZcio

View File

@@ -1,2 +0,0 @@
service_name: travis-pro
repo_token: zII4rVtXRGvQ8WZAd8mAHKe8voLNgZcio

View File

@@ -1,2 +0,0 @@
service_name: travis-pro
repo_token: zII4rVtXRGvQ8WZAd8mAHKe8voLNgZcio

View File

@@ -124,7 +124,7 @@ class DocumentListDemo implements OnInit {
translation: AlfrescoTranslationService,
documentActions: DocumentActionsService) {
settings.host = 'http://192.168.99.100:8080';
settings.host = 'http://myalfrescoip';
translation.addTranslationFolder();
documentActions.setHandler('my-handler', this.myDocumentActionHandler.bind(this));
}

View File

@@ -11,7 +11,7 @@ Update host and credentials
**src/main.ts**
```ts
login() {
let host = 'http://192.168.99.100:8080';
let host = 'http://myalfrescoip';
let credentials = { "userId": "admin", "password": "admin" };
...
}

View File

@@ -1,2 +0,0 @@
service_name: travis-pro
repo_token: zII4rVtXRGvQ8WZAd8mAHKe8voLNgZcio

View File

@@ -104,7 +104,7 @@ export class AppComponent {
constructor(public auth: AlfrescoAuthenticationService,
alfrescoSettingsService: AlfrescoSettingsService) {
alfrescoSettingsService.host = 'http://192.168.99.100:8080';
alfrescoSettingsService.host = 'http://myalfrescoip';
}
mySuccessMethod($event) {

View File

@@ -1,2 +0,0 @@
service_name: travis-pro
repo_token: zII4rVtXRGvQ8WZAd8mAHKe8voLNgZcio

View File

@@ -123,7 +123,7 @@ class SearchDemo implements OnInit {
authenticated: boolean;
host: string = 'http://192.168.99.100:8080';
host: string = 'http://myalfrescoip';
constructor(
private authService: AlfrescoAuthenticationService,

View File

@@ -1,2 +0,0 @@
service_name: travis-pro
repo_token: zII4rVtXRGvQ8WZAd8mAHKe8voLNgZcio

View File

@@ -1,2 +0,0 @@
service_name: travis-pro
repo_token: zII4rVtXRGvQ8WZAd8mAHKe8voLNgZcio