AngularTS
    Preparing search index...

    Interface ElementScopeOptions

    interface ElementScopeOptions {
        isolate?: boolean;
        parentScope?: Scope;
    }
    Index

    Properties

    isolate?: boolean

    Use an isolate child scope.

    parentScope?: Scope

    Explicit parent scope. Defaults to nearest inherited DOM scope.