ngTouch
Improve this Doc ngTouch
Installation
First include angular-touch.js
in your HTML:
<script src="angular.js"> <script src="angular-touch.js">
You can download this file from the following places:
- Google CDN
e.g.//ajax.googleapis.com/ajax/libs/angularjs/X.Y.Z/angular-touch.js
- Bower
e.g.bower install [email protected]
- code.angularjs.org<