[Time Conductor] Don't broadcast on telemetry:view

Instead, use delay from throttling initial bounds broadcast to
avoid broadcasting bounds prematurely.
This commit is contained in:
Victor Woeltjen 2015-10-30 14:59:32 -07:00
parent e4a14b7603
commit f7f6b8d612

View File

@ -140,8 +140,6 @@ define(
.$watch('ngModel.conductor.inner.end', updateConductorInner);
conductorScope
.$watch('ngModel.domain', updateDomain);
repScope.$on('telemetry:view', broadcastBounds);
};
ConductorRepresenter.prototype.conductorScope = function (s) {