#263 fix screen size demo and refresh

This commit is contained in:
Mario Romano
2016-06-23 15:02:08 +01:00
parent 35fb53dee0
commit b8716dca36
2 changed files with 3 additions and 2 deletions

View File

@@ -4,6 +4,7 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Alfresco Angular 2 Document List - Demo</title> <title>Alfresco Angular 2 Document List - Demo</title>
<base href="./"> <base href="./">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Google Material Design Lite --> <!-- Google Material Design Lite -->
<link rel="stylesheet" href="node_modules/material-design-lite/material.min.css"> <link rel="stylesheet" href="node_modules/material-design-lite/material.min.css">

View File

@@ -52,7 +52,7 @@ import {
[currentFolderPath]="currentPath" [currentFolderPath]="currentPath"
[target]="documentList"> [target]="documentList">
</alfresco-document-list-breadcrumb> </alfresco-document-list-breadcrumb>
<alfresco-document-list <alfresco-document-list #doclist
#documentList #documentList
[currentFolderPath]="currentPath" [currentFolderPath]="currentPath"
(folderChange)="onFolderChanged($event)"> (folderChange)="onFolderChanged($event)">
@@ -156,7 +156,7 @@ class DocumentListDemo implements OnInit {
currentPath: string = '/'; currentPath: string = '/';
authenticated: boolean; authenticated: boolean;
public host: string = 'http://192.168.99.100:8080/'; public host: string = 'http://devproducts-platform.alfresco.me';
token: string; token: string;