[Plot] Reset telemetry objects on change

This commit is contained in:
Pete Richards 2015-08-17 12:39:38 -07:00
parent 056b3f61ce
commit eb69e02ce3

View File

@ -9,6 +9,7 @@ define(
$scope.telemetryObjects = [];
var linkDomainObject = function(domainObject) {
$scope.telemetryObjects = [];
if (domainObject.hasCapability('telemetry')) {
$scope.telemetryObjects = [domainObject];
} else if (domainObject.hasCapability('delegation')) {