Merge pull request #2236 from timothynott/patch-1

docs(gesture): include the term "long touch"
This commit is contained in:
Adam Bradley
2014-09-17 11:47:00 -05:00

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