Gitiles
Code Review
Sign In
gerrit.opencord.org
/
ng-xos-lib
/
441284bf0572e504c11435cc09cbac575cf30863
/
.
/
spec
/
ui
/
xos.helpers.mock.js
blob: bf0f0f52bee90bcb44fc6321df8c652a4b162f9f [
file
] [
log
] [
blame
]
(
function
()
{
'use strict'
;
angular
.
module
(
'xos.helpers'
,
[
'xos.uiComponents'
])
.
factory
(
'_'
,
$window
=>
$window
.
_
);
})();