openmct/platform/mobile/bundle.json
Victor Woeltjen 1d1589da68 [Mobile] Move agentService to mobile bundle
...and make API tweaks.
2015-09-17 18:05:48 -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" ]
}
]
}
}