mirror of
https://github.com/nasa/openmct.git
synced 2024-12-26 08:11:05 +00:00
5eac0bc5d9
...to ensure that body gets device-related classes applied when the application starts.
25 lines
591 B
JSON
25 lines
591 B
JSON
{
|
|
"extensions": {
|
|
"directives": [
|
|
{
|
|
"key": "mctDevice",
|
|
"implementation": "MCTDevice.js",
|
|
"depends": [ "agentService" ]
|
|
}
|
|
],
|
|
"services": [
|
|
{
|
|
"key": "agentService",
|
|
"implementation": "AgentService.js",
|
|
"depends": [ "$window" ]
|
|
}
|
|
],
|
|
"runs": [
|
|
{
|
|
"implementation": "DeviceClassifier.js",
|
|
"depends": [ "agentService", "$document" ]
|
|
}
|
|
]
|
|
}
|
|
}
|