Skip to content
This repository was archived by the owner on Feb 3, 2018. It is now read-only.

Commit 96d16be

Browse files
author
Alessandro Bellini
committedMay 5, 2016
example hold fix
1 parent 077157f commit 96d16be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ $ npm run build # run compression task on source and output the dist files
164164
```
165165

166166
## Known issues
167-
- Google Chrome suggest to use deferred for long-task execution ([issue here](https://bugs.chromium.org/p/chromium/issues/detail?id=574343)), but since I don't want to add any dependency to this plugin (except for Angular), I will live with this warning.
167+
- Google Chrome suggest to use deferred for long-task execution ([read more](https://bugs.chromium.org/p/chromium/issues/detail?id=574343)), but since I don't want to add any dependency to this plugin (except for Angular), I will live with this warning.
168168

169169
## License
170170
This software is released under MIT license terms.

‎example/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
mn-touch
3131
secure-tap="log($event)"
3232
hold="log($event)"
33-
holdfor="6000">
33+
holdfor="1000">
3434
Tap or hold me!
3535
</button>
3636
</div>

0 commit comments

Comments
 (0)
This repository has been archived.