pipHelpPageController
service in module pipHelp.Page

Description

The controller is used for the root Help component. It manages available pages provide navigation through those ones.

View source

Usage

pipHelpPageController($rootScope, $scope, $state, pipAppBar, pipHelp);

Parameters

ParamTypeDetails
$rootScopeObject

Root scope object

$scopeObject

Scope for the current controller

$stateObject

UI Router service

pipAppBarObject

Service provides an interface to manage on application bar header.

pipHelpObject

Service to manage this component behaviour

Methods