ngTouch.$touchProvider

Improve this Doc View Source $touchProvider

  1. $touch
  2. provider in module ngTouch

The $touchProvider allows enabling / disabling ngTouch's ngClick directive.

Methods

  • ngClickOverrideEnabled([enabled]);

    Call this method to enable/disable ngTouch's ngClick directive. If enabled, the default ngClick directive will be replaced by a version that eliminates the 300ms delay for click events on browser for touch-devices.

    The default is false.

    Parameters

    Param Type Details
    enabled
    (optional)
    boolean

    update the ngClickOverrideEnabled state if provided, otherwise just return the current ngClickOverrideEnabled state

    Returns

    *

    current value if used as getter or itself (chaining) if used as setter

© 2010–2017 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://code.angularjs.org/1.5.11/docs/api/ngTouch/provider/$touchProvider

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部