openmct/example/profiling/bundle.json

10 lines
201 B
JSON
Raw Normal View History

{
"extensions": {
"indicators": [
{
"implementation": "WatchIndicator.js",
"depends": ["$interval", "$rootScope"]
}
]
}
}