Gitiles
Code Review
Sign In
gerrit.opencord.org
/
xos
/
c80d67b5825dcf4c5b573b9e851d7f5e65d5414d
/
.
/
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'
])
})();