pipGuidance
pipIntroGuidance.Service
Service provides an interface to show introduction guide.
Shows introduction guide
Param | Type | Details |
---|---|---|
guide | Object | Collection with intro information |
settings | Object | Settings object |
admin | boolean | It is true when user has admin role |
ln | string | Tips content language |
party | Object | User's party object |
user | Object | User's profile |
pipGuidance.showIntroReleaseGuide($scope.guide, $scope.settings, null, 'en', $rootScope.$party, $rootScope.$user);