UNPKG

pip-webui

Version:

HTML5 UI for LOB applications

15 lines (12 loc) 273 B
/** * @file Registration of support all pages * @copyright Digital Living Software Corp. 2014-2016 */ /* global angular */ (function () { 'use strict'; angular.module('pipSupport', [ 'pipFeedback', 'pipAnalytics' ]); })();