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