Gitiles
Code Review
Sign In
gerrit.opencord.org
/
xos
/
4323cdb67faa2181877920febfb4877f1f5af5f5
/
.
/
views
/
ngXosLib
/
xosHelpers
/
src
/
ui_components
/
ui-components.module.js
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'
])
})();