AngularTS
    Preparing search index...

    Interface SceProvider

    Provider configuration surface available as $sceProvider.

    interface SceProvider {
        enabled(value?: boolean): boolean;
    }
    Index

    Methods

    Methods

    • Enables or disables SCE application-wide and returns the current state.

      Parameters

      • Optionalvalue: boolean

      Returns boolean