mirror of
https://github.com/nasa/openmct.git
synced 2025-03-23 04:25:27 +00:00
[Fixed Position] Improve doc of FixedController
Improve documentation for Fixed Position controller, WTD-889.
This commit is contained in:
parent
abe4be9238
commit
71a132d374
@ -107,6 +107,7 @@ define(
|
||||
ids.forEach(populatePosition);
|
||||
}
|
||||
|
||||
// Update the displayed value for this object
|
||||
function updateValue(telemetryObject) {
|
||||
var id = telemetryObject && telemetryObject.getId();
|
||||
if (id) {
|
||||
@ -144,6 +145,7 @@ define(
|
||||
// Subscribe to telemetry when an object is available
|
||||
$scope.$watch("domainObject", subscribe);
|
||||
|
||||
// Initialize styles (position etc.) for cells
|
||||
refreshCellStyles();
|
||||
|
||||
return {
|
||||
|
Loading…
x
Reference in New Issue
Block a user