码迷,mamicode.com
首页 > Web开发 > 详细

angularjs $swipe调用方法

时间:2015-09-10 15:47:31      阅读:135      评论:0      收藏:0      [点我收藏+]

标签:

angularjs 的$swipe,用法:
$swipe.bind(angular.element(document),{ start:
function(pos) { }, move: function(pos) { console.log(‘move‘); }, end: function(pos) { endPoint = pos; }, cancel: function(pos) { } }, [‘touch‘]);
本来想用它来实现滚动加载的,但是它内部对move作了处理,很多时候触发不了,也就不了了之了,但是好歹弄清楚了$swipe的调用方法,
网上其它地方还真没查到,不知道是太简单了还是怎么地。。。

 

angularjs $swipe调用方法

标签:

原文地址:http://www.cnblogs.com/flyfly/p/4797980.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!