pipHelpPageController
pipHelp.Page
The controller is used for the root Help component. It manages available pages provide navigation through those ones.
pipHelpPageController($rootScope, $scope, $state, pipAppBar, pipHelp);
Param | Type | Details |
---|---|---|
$rootScope | Object | Root scope object |
$scope | Object | Scope for the current controller |
$state | Object | UI Router service |
pipAppBar | Object | Service provides an interface to manage on application bar header. |
pipHelp | Object | Service to manage this component behaviour |