mirror of
https://github.com/nasa/openmct.git
synced 2025-01-11 07:23:16 +00:00
20 lines
519 B
JSON
20 lines
519 B
JSON
{
|
|
"extensions": {
|
|
"controllers": [
|
|
{
|
|
"key": "BrowseTreeController",
|
|
"implementation": "MobileBrowseTreeController.js",
|
|
"priority": "preferred",
|
|
"depends": [ "$scope", "navigationService", "agentService" ]
|
|
}
|
|
],
|
|
"services": [
|
|
{
|
|
"key": "agentService",
|
|
"implementation": "AgentService.js",
|
|
"depends": [ "$window" ]
|
|
}
|
|
]
|
|
}
|
|
}
|