AngularTS
    Preparing search index...

    Interface NonScopeMarked

    interface NonScopeMarked {
        $nonscope?: NonScope;
        constructor?: { $nonscope?: NonScope };
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    $nonscope?: NonScope
    constructor?: { $nonscope?: NonScope }