From d35a149108a1797e72e8d14e22ca8e9a43a2e938 Mon Sep 17 00:00:00 2001 From: shale Date: Fri, 24 Jul 2015 16:52:55 -0700 Subject: [PATCH] [Search] Remove unused controll Removed searchbar controll, as the control to use would be the provided textfield control. --- platform/features/search/bundle.json | 9 ++--- .../search/res/templates/searchbar.html | 34 ------------------- 2 files changed, 2 insertions(+), 41 deletions(-) delete mode 100644 platform/features/search/res/templates/searchbar.html 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