Ng1ViewConfig | @uirouter/angularjs
Options
Menu

Class Ng1ViewConfig

Hierarchy

  • Ng1ViewConfig

Implements

  • ViewConfig

Index

Constructors

Properties

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

Methods

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

  • getTemplate(uiView: any, context: ResolveContext): string
  • load(): Promise<this>

Generated using TypeDoc