diff --git a/js/angular/directive/gesture.js b/js/angular/directive/gesture.js index 291e8a55893..8646ecbc532 100644 --- a/js/angular/directive/gesture.js +++ b/js/angular/directive/gesture.js @@ -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