Update gesture.js

Make this document more findable via a common search phrase -- "long touch"
This commit is contained in:
Timothy Nott
2014-09-17 10:31:51 -05:00
parent 03086ed228
commit f5e0ea9697

View File

@@ -12,7 +12,7 @@ GESTURE_DIRECTIVES.forEach(function(name) {
* @restrict A
*
* @description
* Touch stays at the same location for 500ms.
* Touch stays at the same location for 500ms. Similar to long touch events available for AngularJS and jQuery.
*
* @usage
* ```html