From: Chocobozzz Date: Thu, 13 Oct 2016 19:59:19 +0000 (+0200) Subject: Client: fix search dropdown X-Git-Tag: v0.0.1-alpha~680 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2ac6c5256067b13d90c8c1faa310bd59aea9a1fa;p=oweals%2Fpeertube.git Client: fix search dropdown --- 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 @@ -