mirror of
https://github.com/nasa/openmct.git
synced 2024-12-30 09:58:52 +00:00
33 lines
1001 B
JSON
33 lines
1001 B
JSON
|
{
|
||
|
"extensions": {
|
||
|
"directives": [
|
||
|
{
|
||
|
"key": "mctInclude",
|
||
|
"implementation": "MCTInclude.js",
|
||
|
"depends": [ "templates[]" ]
|
||
|
},
|
||
|
{
|
||
|
"key": "mctRepresentation",
|
||
|
"implementation": "MCTRepresentation.js",
|
||
|
"depends": [ "representations[]", "views[]", "gestures[]", "$q", "$log" ]
|
||
|
}
|
||
|
],
|
||
|
"gestures": [
|
||
|
{
|
||
|
"key": "drag",
|
||
|
"implementation": "gestures/DragGesture.js",
|
||
|
"depends": [ "$log" ]
|
||
|
},
|
||
|
{
|
||
|
"key": "drop",
|
||
|
"implementation": "gestures/DropGesture.js",
|
||
|
"depends": [ "$q" ]
|
||
|
},
|
||
|
{
|
||
|
"key": "menu",
|
||
|
"implementation": "gestures/ContextMenuGesture.js",
|
||
|
"depends": [ "$compile", "$document", "$window", "$rootScope" ]
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|