mirror of
https://github.com/nasa/openmct.git
synced 2025-06-19 07:38:15 +00:00
[Common UI] Avoid infinite digest
Avoid infinite digest when first applicy mct-scroll directives, WTD-920.
This commit is contained in:
@ -39,7 +39,7 @@ define(
|
||||
}
|
||||
|
||||
// Initialize state in scope
|
||||
updateScope();
|
||||
parsed.assign(scope, element[0][property]);
|
||||
|
||||
// Update element state when value in scope changes
|
||||
scope.$watch(expr, updateElement);
|
||||
|
Reference in New Issue
Block a user