mirror of
https://github.com/nasa/openmct.git
synced 2025-06-18 07:08:12 +00:00
Merge remote-tracking branch 'github/master' into open1515
This commit is contained in:
@ -74,6 +74,7 @@ define(
|
||||
lastBounds.width !== bounds.width ||
|
||||
lastBounds.height !== bounds.height) {
|
||||
scope.$eval(attrs.mctResize, { bounds: bounds });
|
||||
scope.$apply(); // Trigger a digest
|
||||
lastBounds = bounds;
|
||||
}
|
||||
}
|
||||
@ -86,7 +87,7 @@ define(
|
||||
height: element[0].offsetHeight
|
||||
});
|
||||
if (active) {
|
||||
$timeout(onInterval, currentInterval());
|
||||
$timeout(onInterval, currentInterval(), false);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user