ionic book


layout: "docs_api" version: "1.1.0" versionHref: "/docs" path: "api/directive/onTap/"

title: "on-tap" header_sub_title: "Directive in module ionic" doc: "onTap"

docType: "directive"

on-tap

Quick touch at a location. If the duration of the touch goes longer than 250ms it is no longer a tap gesture.

Usage

<button on-tap="onTap()" class="button">Test</button>