mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Moving to gesture-based event handling
This commit is contained in:
@@ -13,8 +13,10 @@
|
||||
<body>
|
||||
<div class="content content-padded">
|
||||
<a href="#" class="button button-success">Tap me!</a>
|
||||
<a href="#" class="button button-success">Swipe me!</a>
|
||||
<div id="event-log"></div>
|
||||
</div>
|
||||
<script src="../../js/framework/framework-gestures.js"></script>
|
||||
<script src="../../js/framework/framework-events.js"></script>
|
||||
<script src="events.js"></script>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user