[Fixed Position] Improve doc of FixedController

Improve documentation for Fixed Position controller, WTD-889.
This commit is contained in:
Victor Woeltjen 2015-02-17 08:32:35 -08:00
parent abe4be9238
commit 71a132d374

View File

@ -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 {