mirror of
https://github.com/nasa/openmct.git
synced 2024-12-23 23:12:23 +00:00
6aba34dd5a
Override browse tree behavior such that tree collapses upon navigation change in mobile.
13 lines
325 B
JSON
13 lines
325 B
JSON
{
|
|
"extensions": {
|
|
"controllers": [
|
|
{
|
|
"key": "BrowseTreeController",
|
|
"implementation": "MobileBrowseTreeController.js",
|
|
"priority": "preferred",
|
|
"depends": [ "$scope", "navigationService", "agentService" ]
|
|
}
|
|
]
|
|
}
|
|
}
|