Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 2ad439d

Browse files
Erin Altenhof-Longbtford
authored andcommitted
docs(ngClick): improve style
1 parent 3fbfe3f commit 2ad439d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngTouch/directive/ngClick.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ ngTouch.directive('ngClick', ['$parse', '$timeout', '$rootElement',
7171
//
7272
// What happens when the browser then generates a click event?
7373
// The browser, of course, also detects the tap and fires a click after a delay. This results in
74-
// tapping/clicking twice. So we do "clickbusting" to prevent it.
74+
// tapping/clicking twice. We do "clickbusting" to prevent it.
7575
//
7676
// How does it work?
7777
// We attach global touchstart and click handlers, that run during the capture (early) phase.

0 commit comments

Comments
 (0)