blob: 0cbe70e3467f8c048ea3bfa574abd368b6724d74 [file] [log] [blame]
/**
* © OpenCORD
*
* Visit http://guide.xosproject.org/devguide/addview/ for more information
*
* Created by teone on 3/24/16.
*/
(function () {
'use strict';
angular.module('xos.uiComponents', [
'xos.uiComponents.table'
])
})();