mirror of
https://github.com/nasa/openmct.git
synced 2025-01-12 16:02:51 +00:00
1d1589da68
...and make API tweaks.
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" ]
|
|
}
|
|
]
|
|
}
|
|
}
|