Interface IStateProvider

Hierarchy

Index

Properties

Methods

Properties

public $get: any

Methods

public decorator(name?: string, decorator?: (state: ng.ui.IState, parent: Function) => any): any

Parameters

  • name?: string optional
  • decorator?: (state: ng.ui.IState, parent: Function) => any optional

Returns

any

public state(name: string, config: IState): IStateProvider

Parameters

Returns

IStateProvider

public state(config: IState): IStateProvider

Parameters

Returns

IStateProvider