Ng1ViewConfig | @uirouter/angularjs
Options
Menu

Class Ng1ViewConfig

Hierarchy

  • Ng1ViewConfig

Implements

Index

Constructors

Properties

$id: number = id++
component: string
controller: Function
loaded: boolean = false
locals: any
path: PathNode[]
template: string

Methods

  • getController(context: ResolveContext): string | Function | Array<any> | Promise<string | Function | Array<any>>
  • Gets the controller for a view configuration.

  • Gets the controller for a view configuration.

    Parameters

    Returns string | Function | Array<any> | Promise<string | Function | Array<any>>

    :

    Returns a controller, or a promise that resolves to a controller.


  • load(): Promise<any>

Generated using TypeDoc