openmct/platform/commonUI/mobile/bundle.json
2015-09-18 09:17:01 -07:00

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" ]
}
]
}
}