Options
Menu

Interface HealthMixins

Hierarchy

Index

Properties

$$isolateBindings

$$isolateBindings: any

$$phase

$$phase: any

$id

$id: number

$parent

$parent: ng.IScope

$root

$root: ng.IRootScopeService

colorMaps

colorMaps: ColorMaps

generateChartData

generateChartData: Function

generateChartData function signature

  • (value: any)

getTitle

getTitle: Function

getTitle function signature

  • (value: any): string

levelSorting

levelSorting: LevelSortingMap

sanitize

sanitize: Function

sanitize function signature

  • (value: any): any

showKey

showKey: Function

showKey function signature

  • (key: string): boolean

Methods

$apply

  • $apply(exp: string): any
  • $apply(): any
  • $apply(exp: Function): any
  • Parameters

    • exp: string

    Returns any

  • Returns any

  • Parameters

    • exp: Function
      • exp function signature
        • (scope: ng.IScope): any
        • Parameters

          • scope: ng.IScope

          Returns any

    Returns any

$broadcast

  • $broadcast(name: string, args?: Array<any>): ng.IAngularEvent
  • Parameters

    • name: string
    • args?: Array<any> optional

    Returns ng.IAngularEvent

$destroy

  • $destroy()

$digest

  • $digest()

$emit

  • $emit(name: string, args?: Array<any>): ng.IAngularEvent
  • Parameters

    • name: string
    • args?: Array<any> optional

    Returns ng.IAngularEvent

$eval

  • $eval(expression: string, args?: Object): any
  • $eval(expression: Function, args?: Object): any
  • Parameters

    • expression: string
    • args?: Object optional

    Returns any

  • Parameters

    • expression: Function
      • expression function signature
        • (scope: ng.IScope): any
        • Parameters

          • scope: ng.IScope

          Returns any

    • args?: Object optional

    Returns any

$evalAsync

  • $evalAsync(expression: string)
  • $evalAsync(expression: Function)
  • Parameters

    • expression: string
  • Parameters

    • expression: Function
      • expression function signature
        • (scope: ng.IScope): any
        • Parameters

          • scope: ng.IScope

          Returns any

$new

  • $new(isolate?: boolean): ng.IScope
  • Parameters

    • isolate?: boolean optional

    Returns ng.IScope

$on

  • $on(name: string, listener: Function): Function
  • Parameters

    • name: string
    • listener: Function
      • listener function signature
        • (event: ng.IAngularEvent, args?: Array<any>): any
        • Parameters

          • event: ng.IAngularEvent
          • args?: Array<any> optional

          Returns any

    Returns Function

$watch

  • $watch(watchExpression: string, listener?: string, objectEquality?: boolean): Function
  • $watch(watchExpression: string, listener?: Function, objectEquality?: boolean): Function
  • $watch(watchExpression: Function, listener?: string, objectEquality?: boolean): Function
  • $watch(watchExpression: Function, listener?: Function, objectEquality?: boolean): Function
  • Parameters

    • watchExpression: string
    • listener?: string optional
    • objectEquality?: boolean optional

    Returns Function

  • Parameters

    • watchExpression: string
    • listener?: Function optional
      • listener function signature
        • (newValue: any, oldValue: any, scope: ng.IScope): any
        • Parameters

          • newValue: any
          • oldValue: any
          • scope: ng.IScope

          Returns any

    • objectEquality?: boolean optional

    Returns Function

  • Parameters

    • watchExpression: Function
      • watchExpression function signature
        • (scope: ng.IScope): any
        • Parameters

          • scope: ng.IScope

          Returns any

    • listener?: string optional
    • objectEquality?: boolean optional

    Returns Function

  • Parameters

    • watchExpression: Function
      • watchExpression function signature
        • (scope: ng.IScope): any
        • Parameters

          • scope: ng.IScope

          Returns any

    • listener?: Function optional
      • listener function signature
        • (newValue: any, oldValue: any, scope: ng.IScope): any
        • Parameters

          • newValue: any
          • oldValue: any
          • scope: ng.IScope

          Returns any

    • objectEquality?: boolean optional

    Returns Function

$watchCollection

  • $watchCollection(watchExpression: string, listener: Function): Function
  • $watchCollection(watchExpression: Function, listener: Function): Function
  • Parameters

    • watchExpression: string
    • listener: Function
      • listener function signature
        • (newValue: any, oldValue: any, scope: ng.IScope): any
        • Parameters

          • newValue: any
          • oldValue: any
          • scope: ng.IScope

          Returns any

    Returns Function

  • Parameters

    • watchExpression: Function
      • watchExpression function signature
        • (scope: ng.IScope): any
        • Parameters

          • scope: ng.IScope

          Returns any

    • listener: Function
      • listener function signature
        • (newValue: any, oldValue: any, scope: ng.IScope): any
        • Parameters

          • newValue: any
          • oldValue: any
          • scope: ng.IScope

          Returns any

    Returns Function

Generated using TypeDoc