aboutsummaryrefslogtreecommitdiffstats
path: root/src/ngTouch/directive/ngClick.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/ngTouch/directive/ngClick.js')
-rw-r--r--src/ngTouch/directive/ngClick.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ngTouch/directive/ngClick.js b/src/ngTouch/directive/ngClick.js
index f1d8ccaa..d6e404ca 100644
--- a/src/ngTouch/directive/ngClick.js
+++ b/src/ngTouch/directive/ngClick.js
@@ -10,6 +10,8 @@
* the click event. This version handles them immediately, and then prevents the
* following click event from propagating.
*
+ * Requires the {@link ngTouch `ngTouch`} module to be installed.
+ *
* This directive can fall back to using an ordinary click event, and so works on desktop
* browsers as well as mobile.
*