AngularTS
    Preparing search index...

    Interface ControllerLocals

    The minimal local definitions required by $controller(ctrl, locals) calls.

    interface ControllerLocals {
        $element: Element;
        $scope: Scope;
    }
    Index

    Properties

    Properties

    $element: Element
    $scope: Scope