Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nasa/openmct.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Hacskaylo <charles.f.hacskaylo@nasa.gov>2015-11-17 23:44:14 +0300
committerCharles Hacskaylo <charles.f.hacskaylo@nasa.gov>2015-11-17 23:44:14 +0300
commit90c06cfc97ab6e6f4c01e517aa0ddaec873625ad (patch)
tree3420b551fe9c2caf12a40ae0400e4e6972410a4b
parentec4c5864dc110906f48277e244412a0f81a3f35f (diff)
[Frontend] Style tweaks for edit modeopen199-meet-open279
open #199 Added bg color in edit area when edit mode is active; Added to-do for ng-init in object-inspector.html; Ready for integration into open199;
-rw-r--r--platform/commonUI/general/res/templates/object-inspector.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/commonUI/general/res/templates/object-inspector.html b/platform/commonUI/general/res/templates/object-inspector.html
index dbc70a74d..d68975029 100644
--- a/platform/commonUI/general/res/templates/object-inspector.html
+++ b/platform/commonUI/general/res/templates/object-inspector.html
@@ -19,6 +19,7 @@
this source code distribution or the Licensing information page available
at runtime from the About dialog for additional information.
-->
+<!-- TO-DO: get rid of this ng-init and replace with a live state value -->
<div ng-init="editMode = true;"></div>
<span class="l-inspect" ng-controller="ObjectInspectorController as controller">