UNPKG

pip-webui

Version:

HTML5 UI for LOB applications

15 lines (11 loc) 277 B
/** * @file Registration of all help components * @copyright Digital Living Software Corp. 2014-2016 */ (function (angular) { 'use strict'; angular.module('pipHelp', [ 'pipHelp.Service', 'pipHelp.Page' ]); })(window.angular);