openmct/platform/mobile/bundle.json

13 lines
325 B
JSON
Raw Normal View History

{
"extensions": {
"controllers": [
{
"key": "BrowseTreeController",
"implementation": "MobileBrowseTreeController.js",
"priority": "preferred",
"depends": [ "$scope", "navigationService", "agentService" ]
}
]
}
}