Gitiles
Code Review
Sign In
gerrit.opencord.org
/
xos
/
9d3faceea4cd1bb442a14aff21c063b20fcd002a
/
.
/
views
/
ngXosViews
/
diagnostic
/
src
/
js
/
d3.js
blob: b56ee8fef9edecd85f5e3d6ba321283f239f894a [
file
] [
log
] [
blame
]
(
function
()
{
'use strict'
;
angular
.
module
(
'xos.diagnostic'
)
.
factory
(
'd3'
,
function
(
$window
){
return
$window
.
d3
;
})
}());