From 3eeca13403ad03b66607d45c0a8a64a0ef0cee2a Mon Sep 17 00:00:00 2001 From: Matt Erickson Date: Fri, 20 Nov 2015 11:30:01 -0600 Subject: [PATCH] docs($swipe): describe your change... Removing ngCarousel reference as it no longer (ever) exists. --- src/ngTouch/swipe.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ngTouch/swipe.js b/src/ngTouch/swipe.js index b15628892882..338f93d536c0 100644 --- a/src/ngTouch/swipe.js +++ b/src/ngTouch/swipe.js @@ -12,8 +12,7 @@ * * Requires the {@link ngTouch `ngTouch`} module to be installed. * - * `$swipe` is used by the `ngSwipeLeft` and `ngSwipeRight` directives in `ngTouch`, and by - * `ngCarousel` in a separate component. + * `$swipe` is used by the `ngSwipeLeft` and `ngSwipeRight` directives in `ngTouch` in a separate component. * * # Usage * The `$swipe` service is an object with a single method: `bind`. `bind` takes an element