diff --git a/client/production/src/index/index.html b/client/production/src/index/index.html index 8d258a027..03110f1df 100644 --- a/client/production/src/index/index.html +++ b/client/production/src/index/index.html @@ -4,7 +4,7 @@ Finder -
+ + + + + - + + \ No newline at end of file diff --git a/client/salix/src/components/searchbar/searchbar.js b/client/salix/src/components/searchbar/searchbar.js index aac912788..eb5f45839 100644 --- a/client/salix/src/components/searchbar/searchbar.js +++ b/client/salix/src/components/searchbar/searchbar.js @@ -42,7 +42,8 @@ ngModule.component('vnSearchbar', { search: '=', onSearch: '&', advanced: '=', - popover: '@' + popover: '@', + label: '@?' }, controller: Controller });