From ac8fbb289eee94e9767d810504911d0d83c983f9 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Thu, 21 May 2015 21:25:50 -0700 Subject: [PATCH] [Info Bubble] Continue breaking down templates WTD-884. --- platform/commonUI/inspect/bundle.json | 10 ++++++++++ platform/commonUI/inspect/res/info-bubble.html | 7 +++++++ .../inspect/res/{table.html => info-table.html} | 2 +- 3 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 platform/commonUI/inspect/res/info-bubble.html rename platform/commonUI/inspect/res/{table.html => info-table.html} (78%) diff --git a/platform/commonUI/inspect/bundle.json b/platform/commonUI/inspect/bundle.json index 3f68d65311..55e1c76767 100644 --- a/platform/commonUI/inspect/bundle.json +++ b/platform/commonUI/inspect/bundle.json @@ -17,6 +17,16 @@ "key": "infobubble" } ], + "templates": [ + { + "key": "info-table", + "templateUrl": "info-table.html" + }, + { + "key": "info-bubble", + "templateUrl": "info-bubble.html" + } + ], "containers": [ { "key": "bubble", diff --git a/platform/commonUI/inspect/res/info-bubble.html b/platform/commonUI/inspect/res/info-bubble.html new file mode 100644 index 0000000000..1deeeade15 --- /dev/null +++ b/platform/commonUI/inspect/res/info-bubble.html @@ -0,0 +1,7 @@ + + + + diff --git a/platform/commonUI/inspect/res/table.html b/platform/commonUI/inspect/res/info-table.html similarity index 78% rename from platform/commonUI/inspect/res/table.html rename to platform/commonUI/inspect/res/info-table.html index d498b41c85..ef737dd130 100644 --- a/platform/commonUI/inspect/res/table.html +++ b/platform/commonUI/inspect/res/info-table.html @@ -1,5 +1,5 @@ - +
{{property.name}} {{property.value}}