From 24a045c3b282edb8b84c81f63aaba7e6ca39b859 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 Closes #7074 --- 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 7e558def..777bd997 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 - +