File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 25
25
* upon tap. (Event object is available as `$event`)
26
26
*
27
27
* @example
28
- <example>
28
+ <example deps="angular-touch.js" >
29
29
<file name="index.html">
30
30
<button ng-click="count = count + 1" ng-init="count=0">
31
31
Increment
Original file line number Diff line number Diff line change 19
19
* upon left swipe. (Event object is available as `$event`)
20
20
*
21
21
* @example
22
- <example>
22
+ <example deps="angular-touch.js" >
23
23
<file name="index.html">
24
24
<div ng-show="!showActions" ng-swipe-left="showActions = true">
25
25
Some list content, like an email in the inbox
49
49
* upon right swipe. (Event object is available as `$event`)
50
50
*
51
51
* @example
52
- <example>
52
+ <example deps="angular-touch.js" >
53
53
<file name="index.html">
54
54
<div ng-show="!showActions" ng-swipe-left="showActions = true">
55
55
Some list content, like an email in the inbox
You can’t perform that action at this time.
0 commit comments