UNPKG

pip-webui

Version:

HTML5 UI for LOB applications

16 lines (12 loc) 309 B
/** * @file Registration of all error handling components * @copyright Digital Living Software Corp. 2014-2016 */ /* global angular */ (function () { 'use strict'; angular.module('pipErrorHandling', [ 'pipErrors.Pages', 'pipNoConnectionPanel' ]); })();