mirror of
https://github.com/nasa/openmct.git
synced 2025-03-12 15:34:36 +00:00
[Representation] Do isolate mct-include's scope
...even though we are not using this to pass any state from attributes inward.
This commit is contained in:
parent
cfb6d4ccbf
commit
4fee1ee153
@ -100,7 +100,10 @@ define(
|
||||
link: link,
|
||||
|
||||
// May hide the element, so let other directives act first
|
||||
priority: -1000
|
||||
priority: -1000,
|
||||
|
||||
// Isolate this scope; do not inherit properties from parent
|
||||
scope: {}
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user