Skip to content
forked from nglar/ngTouch

A angular module to add directives for touch devices.

License

Notifications You must be signed in to change notification settings

jmschlmrs/ngTouch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ngTouch

A angular module to add directives for touch devices.

How to use it

You must include the ngTouch dependency on your angular module:

var app = angular.module("demoapp", ["ngTouch"]);

Then in your HTML you can use:

<div ng-touchmove="someFunction($event)" ng-touchstart="someFunction($event)" ng-touchend="someFunction($event)"></div>

Standalones

You can get the standalones dependencies used in this module:

About

A angular module to add directives for touch devices.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%