mirror of
https://github.com/nasa/openmct.git
synced 2025-06-11 03:41:37 +00:00
[Time Conductor] Update property name
Renamed system to format per code review feedback, nasa/openmctweb#204
This commit is contained in:
parent
b928b7d3f2
commit
2056f3aed0
@ -102,8 +102,8 @@ define(
|
|||||||
|
|
||||||
function updateDomain(value) {
|
function updateDomain(value) {
|
||||||
var newDomain = conductor.domain(value);
|
var newDomain = conductor.domain(value);
|
||||||
conductorScope.parameters.system =
|
conductorScope.parameters.format =
|
||||||
newDomain && newDomain.system;
|
newDomain && newDomain.format;
|
||||||
repScope.$broadcast('telemetry:display:bounds', bounds());
|
repScope.$broadcast('telemetry:display:bounds', bounds());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user