[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:
Victor Woeltjen 2015-12-02 12:24:26 -08:00
parent cfb6d4ccbf
commit 4fee1ee153

View File

@ -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: {}
};
}