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