From 8662689974d2151f0cd20872950f5d25201eeb12 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Wed, 18 Feb 2015 13:19:59 -0800 Subject: [PATCH] [Fixed Position] Begin breaking apart template Begin breaking apart template to allow multiple types of fixed position elements, WTD-879. --- .../res/templates/elements/telemetry.html | 8 +++++ .../features/layout/res/templates/fixed.html | 35 +++++++------------ 2 files changed, 21 insertions(+), 22 deletions(-) create mode 100644 platform/features/layout/res/templates/elements/telemetry.html diff --git a/platform/features/layout/res/templates/elements/telemetry.html b/platform/features/layout/res/templates/elements/telemetry.html new file mode 100644 index 0000000000..cb12e916b7 --- /dev/null +++ b/platform/features/layout/res/templates/elements/telemetry.html @@ -0,0 +1,8 @@ +
+
+ {{ngModel.name}} +
+
+ {{ngModel.value}} +
+
\ No newline at end of file diff --git a/platform/features/layout/res/templates/fixed.html b/platform/features/layout/res/templates/fixed.html index b91f3e524b..f89b7171d7 100644 --- a/platform/features/layout/res/templates/fixed.html +++ b/platform/features/layout/res/templates/fixed.html @@ -1,5 +1,3 @@ - -
@@ -11,26 +9,19 @@
-
+ + -
- {{childObject.getModel().name}} -
-
- {{controller.getValue(childObject.getId())}} -
- - - - - + + + - -
- + \ No newline at end of file