UNPKG

pip-webui

Version:

HTML5 UI for LOB applications

17 lines (13 loc) 355 B
/** * @file Registration of all guidance components * @copyright Digital Living Software Corp. 2014-2016 */ (function () { 'use strict'; angular.module('pipGuidance', [ 'pipTips.Service', 'pipIntroGuidance.Service', 'pipGuidance.Dialog', 'pipReleaseIntroDialog' ]); })(window.angular);