From eb46c53bbb2691b757fb630bc2d6bf0698b2a79e Mon Sep 17 00:00:00 2001 From: Braun Patrik Date: Sun, 15 May 2016 19:46:25 +0200 Subject: [PATCH] adding autocomplete icons --- .../grid/photo/photo.grid.gallery.component.html | 2 +- .../gallery/search/search.gallery.component.html | 16 +++++++++++----- .../gallery/search/search.gallery.component.ts | 10 ++++++---- 3 files changed, 18 insertions(+), 10 deletions(-) diff --git a/frontend/app/gallery/grid/photo/photo.grid.gallery.component.html b/frontend/app/gallery/grid/photo/photo.grid.gallery.component.html index d96e1b6e..5d1be512 100644 --- a/frontend/app/gallery/grid/photo/photo.grid.gallery.component.html +++ b/frontend/app/gallery/grid/photo/photo.grid.gallery.component.html @@ -4,7 +4,7 @@
{{gridPhoto.photo.name}}
- + {{gridPhoto.photo.metadata.positionData.city || gridPhoto.photo.metadata.positionData.state || gridPhoto.photo.metadata.positionData.country}} diff --git a/frontend/app/gallery/search/search.gallery.component.html b/frontend/app/gallery/search/search.gallery.component.html index aa09f019..37e856d9 100644 --- a/frontend/app/gallery/search/search.gallery.component.html +++ b/frontend/app/gallery/search/search.gallery.component.html @@ -4,13 +4,19 @@ + name="srch-term" id="srch-term" autocomplete="off"> -
-
- {{item.preText}}{{item.highLightText}}{{item.postText}} -
+
+
+ + + + + + + {{item.preText}}{{item.highLightText}}{{item.postText}}
+