Gitiles
Code Review
Sign In
gerrit.opencord.org
/
ng-xos-lib
/
e57712fb4e686b0d7eaa0178e26fa1f6fb131935
/
.
/
spec
/
ui
/
xos.helpers.mock.js
blob: bf0f0f52bee90bcb44fc6321df8c652a4b162f9f [
file
] [
log
] [
blame
]
Matteo Scandolo
a5d03d5
2016-07-21 11:35:46 -0700
[
diff
] [
blame
]
1
(
function
()
{
2
'use strict'
;
3
angular
.
module
(
'xos.helpers'
,
[
'xos.uiComponents'
])
4
.
factory
(
'_'
,
$window
=>
$window
.
_
);
5
})();