UNPKG
pip-webui
Version:
latest (1.0.5)
1.0.5
1.0.4
1.0.2
1.0.1
1.0.0
HTML5 UI for LOB applications
pip-webui
/
pip-webui-data
/
src
/
data.ts
15 lines
(12 loc)
•
287 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/** *
@file
Registration of data services *
@copyright
Digital Living Software Corp. 2014-2016 */
/* global angular */
// (function () {
// 'use strict';
// angular.module('pipSupport', [
// 'pipFeedback',
// 'pipAnalytics'
// ]);
// })();