27 lines
714 B
JSON
27 lines
714 B
JSON
{
|
|
"extensions": {
|
|
"controllers": [
|
|
{
|
|
"key": "BrowseTreeController",
|
|
"implementation": "MobileBrowseTreeController.js",
|
|
"priority": "preferred",
|
|
"depends": [ "$scope", "navigationService", "agentService" ]
|
|
}
|
|
],
|
|
"directives": [
|
|
{
|
|
"key": "mctDevice",
|
|
"implementation": "MCTDevice.js",
|
|
"depends": [ "agentService" ]
|
|
}
|
|
],
|
|
"services": [
|
|
{
|
|
"key": "agentService",
|
|
"implementation": "AgentService.js",
|
|
"depends": [ "$window" ]
|
|
}
|
|
]
|
|
}
|
|
}
|