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