mirror of
https://github.com/nasa/openmct.git
synced 2024-12-23 15:02:23 +00:00
1e6c4732f1
Make mobile variant of BrowseTreeController the regular version of that controller; Browse mode has a dependency on mobile by way of the mct-device directive anyway.
19 lines
418 B
JSON
19 lines
418 B
JSON
{
|
|
"extensions": {
|
|
"directives": [
|
|
{
|
|
"key": "mctDevice",
|
|
"implementation": "MCTDevice.js",
|
|
"depends": [ "agentService" ]
|
|
}
|
|
],
|
|
"services": [
|
|
{
|
|
"key": "agentService",
|
|
"implementation": "AgentService.js",
|
|
"depends": [ "$window" ]
|
|
}
|
|
]
|
|
}
|
|
}
|