Upgrade search component version used in demo-shell

This commit is contained in:
Will Abson
2016-06-03 10:12:11 +01:00
parent d762f3554e
commit 7117cb9f19
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
<!-- Search box -->
<alfresco-search-control *ngIf="isLoggedIn()" [searchTerm]="searchTerm"
(searchChange)="searchTermChange($event);"></alfresco-search-control>
(searchChange)="searchTermChange($event);" [autocomplete]="false"></alfresco-search-control>
<!-- Navigation. We hide it in small screens. -->
<nav class="mdl-navigation mdl-layout--large-screen-only">

View File

@@ -60,7 +60,7 @@
"ng2-alfresco-datatable": "^0.1.0",
"ng2-alfresco-documentlist": "^0.1.0",
"ng2-alfresco-login": "^0.1.0",
"ng2-alfresco-search": "^0.1.5",
"ng2-alfresco-search": "^0.1.9",
"ng2-alfresco-upload": "^0.1.0",
"ng2-alfresco-viewer": "^0.1.8",
"reflect-metadata": "0.1.2",