From d3ea67fbd93b781aeb75b382d2365bd642fcf389 Mon Sep 17 00:00:00 2001 From: slhale Date: Tue, 18 Aug 2015 16:54:36 -0700 Subject: [PATCH] [Search] Templates vs representations Made the search and search-menu templates into representations, to be more consistent. --- platform/commonUI/browse/res/templates/browse.html | 4 ++-- platform/search/bundle.json | 6 ++---- platform/search/res/templates/search.html | 4 ++-- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/platform/commonUI/browse/res/templates/browse.html b/platform/commonUI/browse/res/templates/browse.html index 5af59e43e0..1faf209936 100644 --- a/platform/commonUI/browse/res/templates/browse.html +++ b/platform/commonUI/browse/res/templates/browse.html @@ -29,10 +29,10 @@
- - +
diff --git a/platform/search/bundle.json b/platform/search/bundle.json index 7599c40db3..7ea1536556 100644 --- a/platform/search/bundle.json +++ b/platform/search/bundle.json @@ -26,7 +26,7 @@ "depends": [ "$scope", "$document" ] } ], - "templates": [ + "representations": [ { "key": "search", "templateUrl": "templates/search.html" @@ -34,9 +34,7 @@ { "key": "search-menu", "templateUrl": "templates/search-menu.html" - } - ], - "representations": [ + }, { "key": "search-item", "templateUrl": "templates/search-item.html" diff --git a/platform/search/res/templates/search.html b/platform/search/res/templates/search.html index b81fd0bbb0..64b1926904 100644 --- a/platform/search/res/templates/search.html +++ b/platform/search/res/templates/search.html @@ -58,12 +58,12 @@ - - +