From dd17af2970c1fc3a84508277c055aaac34c60199 Mon Sep 17 00:00:00 2001 From: Caitlin Potter Date: Thu, 10 Apr 2014 14:23:44 -0400 Subject: [PATCH] docs(ngTouch): include angular-touch.js in example iframes Mystical [deps="angular-touch.js"] is enough to get the correct file to be added to the tag. Closes #7058 --- src/ngTouch/directive/ngClick.js | 2 +- src/ngTouch/directive/ngSwipe.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ngTouch/directive/ngClick.js b/src/ngTouch/directive/ngClick.js index 7e558defc9f5..777bd997354b 100644 --- a/src/ngTouch/directive/ngClick.js +++ b/src/ngTouch/directive/ngClick.js @@ -25,7 +25,7 @@ * upon tap. (Event object is available as `$event`) * * @example - +