mirror of
https://github.com/nasa/openmct.git
synced 2025-05-31 22:50:49 +00:00
[Mobile, Gestures] Removed Gesutres
Removed gesture info from bundles, switching to using directives for pinch.
This commit is contained in:
parent
d10c56f732
commit
2997f2a261
@ -55,8 +55,7 @@
|
||||
{
|
||||
"key": "browse-object",
|
||||
"templateUrl": "templates/browse-object.html",
|
||||
"uses": [ "view" ],
|
||||
"gestures": [ "pinch", "pan" ]
|
||||
"uses": [ "view" ]
|
||||
},
|
||||
{
|
||||
"key": "create-button",
|
||||
|
@ -27,16 +27,6 @@
|
||||
"key": "menu",
|
||||
"implementation": "gestures/ContextMenuGesture.js",
|
||||
"depends": ["$timeout", "agentService"]
|
||||
},
|
||||
{
|
||||
"key": "pinch",
|
||||
"implementation": "gestures/PinchGesture.js",
|
||||
"depends": ["$log", "agentService"]
|
||||
},
|
||||
{
|
||||
"key": "pan",
|
||||
"implementation": "gestures/PanGesture.js",
|
||||
"depends": ["$log", "agentService"]
|
||||
}
|
||||
],
|
||||
"components": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user