From 2ac6c5256067b13d90c8c1faa310bd59aea9a1fa Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 13 Oct 2016 21:59:19 +0200 Subject: Client: fix search dropdown --- client/src/app/app.module.ts | 2 ++ client/src/app/shared/search/search.component.html | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/client/src/app/app.module.ts b/client/src/app/app.module.ts index 980625f13..80734f7a2 100644 --- a/client/src/app/app.module.ts +++ b/client/src/app/app.module.ts @@ -6,6 +6,7 @@ import { RouterModule } from '@angular/router'; import { removeNgStyles, createNewHosts } from '@angularclass/hmr'; import { BytesPipe } from 'angular-pipes/src/math/bytes.pipe'; +import { DropdownModule } from 'ng2-bootstrap/components/dropdown'; import { ProgressbarModule } from 'ng2-bootstrap/components/progressbar'; import { PaginationModule } from 'ng2-bootstrap/components/pagination'; import { FileUploadModule } from 'ng2-file-upload/ng2-file-upload'; @@ -111,6 +112,7 @@ const APP_PROVIDERS = [ HttpModule, RouterModule.forRoot(routes), + DropdownModule, ProgressbarModule, PaginationModule, FileUploadModule diff --git a/client/src/app/shared/search/search.component.html b/client/src/app/shared/search/search.component.html index fb13ac72e..b3afc9598 100644 --- a/client/src/app/shared/search/search.component.html +++ b/client/src/app/shared/search/search.component.html @@ -3,8 +3,8 @@ -