This repository was archived by the owner on Apr 12, 2024. It is now read-only.
File tree 3 files changed +22
-0
lines changed
3 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 6
6
* @ngdoc directive
7
7
* @name ngSwipeLeft
8
8
*
9
+ * @deprecated
10
+ * sinceVersion="1.7.0"
11
+ *
12
+ * See the {@link ngTouch module} documentation for more information.
13
+ *
9
14
* @description
10
15
* Specify custom behavior when an element is swiped to the left on a touchscreen device.
11
16
* A leftward swipe is a quick, right-to-left slide of the finger.
42
47
* @ngdoc directive
43
48
* @name ngSwipeRight
44
49
*
50
+ * @deprecated
51
+ * sinceVersion="1.7.0"
52
+ *
53
+ * See the {@link ngTouch module} documentation for more information.
54
+ *
45
55
* @description
46
56
* Specify custom behavior when an element is swiped to the right on a touchscreen device.
47
57
* A rightward swipe is a quick, left-to-right slide of the finger.
Original file line number Diff line number Diff line change 6
6
* @ngdoc service
7
7
* @name $swipe
8
8
*
9
+ * @deprecated
10
+ * sinceVersion="1.7.0"
11
+ *
12
+ * See the {@link ngTouch module} documentation for more information.
13
+ *
9
14
* @description
10
15
* The `$swipe` service is a service that abstracts the messier details of hold-and-drag swipe
11
16
* behavior, to make implementing swipe-related directives more convenient.
Original file line number Diff line number Diff line change 11
11
*
12
12
* See {@link ngTouch.$swipe `$swipe`} for usage.
13
13
*
14
+ * @deprecated
15
+ * sinceVersion="1.7.0"
16
+ * The ngTouch module with the {@link ngTouch.$swipe `$swipe`} service and
17
+ * the {@link ngTouch.ngSwipeLeft} and {@link ngTouch.ngSwipeRight} directives are
18
+ * deprecated. Instead, stand-alone libraries for touch handling and gesture interaction
19
+ * should be used, for example [HammerJS](https://hammerjs.github.io/) (which is also used by
20
+ * Angular).
14
21
*/
15
22
16
23
// define ngTouch module
You can’t perform that action at this time.
0 commit comments