From d88e905c65356839423c08470e9adb1399c2ab2c Mon Sep 17 00:00:00 2001 From: Henry <akhenry@gmail.com> Date: Mon, 1 May 2017 16:24:34 -0700 Subject: [PATCH] [Time Conductor] Fixed TOI directive which was not being included --- platform/features/conductor/core/bundle.js | 2 +- .../features/conductor/core/res/templates/time-conductor.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/features/conductor/core/bundle.js b/platform/features/conductor/core/bundle.js index 9939bcf64d..5c6b4a68fa 100644 --- a/platform/features/conductor/core/bundle.js +++ b/platform/features/conductor/core/bundle.js @@ -91,7 +91,7 @@ define([ ] }, { - "key": "conductorTOI", + "key": "conductorToi", "implementation": ConductorTOIDirective } ], diff --git a/platform/features/conductor/core/res/templates/time-conductor.html b/platform/features/conductor/core/res/templates/time-conductor.html index 7ff8988476..543ccc7d02 100644 --- a/platform/features/conductor/core/res/templates/time-conductor.html +++ b/platform/features/conductor/core/res/templates/time-conductor.html @@ -83,7 +83,7 @@ </div> <!-- Holds data visualization, time of interest --> - <conductor-toi view-service="tcController.conductorViewService"></conductor-toi> + <conductor-toi view-service="tcController.conductorViewService"></conductor-toi> <!-- Holds time system and session selectors, and zoom control --> <div class="l-time-conductor-controls l-row-elem l-flex-row flex-elem">