Matteo Scandolo | 6635143 | 2016-03-24 15:29:52 -0700 | [diff] [blame] | 1 | /** |
2 | * © OpenCORD | ||||
3 | * | ||||
4 | * Visit http://guide.xosproject.org/devguide/addview/ for more information | ||||
5 | * | ||||
6 | * Created by teone on 3/24/16. | ||||
7 | */ | ||||
8 | |||||
9 | (function () { | ||||
10 | 'use strict'; | ||||
11 | |||||
12 | angular.module('xos.uiComponents', [ | ||||
13 | 'xos.uiComponents.table' | ||||
14 | ]) | ||||
15 | })(); |