mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
#263 fix screen size demo and refresh
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<title>Alfresco Angular 2 Document List - Demo</title>
|
||||
<base href="./">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<!-- Google Material Design Lite -->
|
||||
<link rel="stylesheet" href="node_modules/material-design-lite/material.min.css">
|
||||
|
@@ -52,7 +52,7 @@ import {
|
||||
[currentFolderPath]="currentPath"
|
||||
[target]="documentList">
|
||||
</alfresco-document-list-breadcrumb>
|
||||
<alfresco-document-list
|
||||
<alfresco-document-list #doclist
|
||||
#documentList
|
||||
[currentFolderPath]="currentPath"
|
||||
(folderChange)="onFolderChanged($event)">
|
||||
@@ -156,7 +156,7 @@ class DocumentListDemo implements OnInit {
|
||||
currentPath: string = '/';
|
||||
authenticated: boolean;
|
||||
|
||||
public host: string = 'http://192.168.99.100:8080/';
|
||||
public host: string = 'http://devproducts-platform.alfresco.me';
|
||||
|
||||
token: string;
|
||||
|
||||
|
Reference in New Issue
Block a user