diff --git a/platform/features/search/bundle.json b/platform/features/search/bundle.json index f34a00df50..4778428e11 100644 --- a/platform/features/search/bundle.json +++ b/platform/features/search/bundle.json @@ -13,17 +13,12 @@ "implementation": "controllers/SearchItemController.js", "depends": [ "$scope" ] } - ], - "controls": [ - { - "key": "searchbar-control", - "templateUrl": "templates/searchbar.html" - } ], "templates": [ { "key": "search", - "templateUrl": "templates/search.html" + "templateUrl": "templates/search.html", + "uses": [ "controls", "forms" ] } ], "representations": [ diff --git a/platform/features/search/res/templates/searchbar.html b/platform/features/search/res/templates/searchbar.html deleted file mode 100644 index 1b9508e45a..0000000000 --- a/platform/features/search/res/templates/searchbar.html +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - \ No newline at end of file