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