[Fixed Position] Improve doc of FixedController
Improve documentation for Fixed Position controller, WTD-889.
This commit is contained in:
@@ -107,6 +107,7 @@ define(
|
|||||||
ids.forEach(populatePosition);
|
ids.forEach(populatePosition);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Update the displayed value for this object
|
||||||
function updateValue(telemetryObject) {
|
function updateValue(telemetryObject) {
|
||||||
var id = telemetryObject && telemetryObject.getId();
|
var id = telemetryObject && telemetryObject.getId();
|
||||||
if (id) {
|
if (id) {
|
||||||
@@ -144,6 +145,7 @@ define(
|
|||||||
// Subscribe to telemetry when an object is available
|
// Subscribe to telemetry when an object is available
|
||||||
$scope.$watch("domainObject", subscribe);
|
$scope.$watch("domainObject", subscribe);
|
||||||
|
|
||||||
|
// Initialize styles (position etc.) for cells
|
||||||
refreshCellStyles();
|
refreshCellStyles();
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|||||||
Reference in New Issue
Block a user