[Mobile, Gestures] Removed Gesutres

Removed gesture info from bundles,
switching to using directives for
pinch.
This commit is contained in:
Shivam Dave 2015-08-12 16:22:04 -07:00
parent d10c56f732
commit 2997f2a261
2 changed files with 1 additions and 12 deletions

View File

@ -55,8 +55,7 @@
{
"key": "browse-object",
"templateUrl": "templates/browse-object.html",
"uses": [ "view" ],
"gestures": [ "pinch", "pan" ]
"uses": [ "view" ]
},
{
"key": "create-button",

View File

@ -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": [