
ionic
壹只很拽的猫
这个作者很懒,什么都没留下…
展开
-
ionic drag
项目上遇到了问题,在ion-content里写了两个list list里有ng-repeat,希望ion-item可以在list间相互移动,使用了ngDraggable.js插件。遇到的问题是:当拖动item时,ion-content的滚动条也会跟着移动,我永远也拖不到下面那个list....无意间搜到了这个文章,人家本意是要解决sorter的问题,看图片完美解决了我的问题。先贴上来。 h转载 2016-06-17 14:49:53 · 609 阅读 · 0 评论 -
$ionicPlatform.registerBackButtonAction用法
var deregister = $ionicPlatform.registerBackButtonAction( function () { console.log("close the popup") }, 100 ); //Then when this scope is destroyed, re原创 2016-11-09 16:09:35 · 5852 阅读 · 0 评论 -
$state.go页面传递参数
http://studygolang.com/articles/8153方法1A页面向PAGE1页面传递参数id .state('page1', { url: '/page1', templateUrl: 'tpl/page1.html', params: {id:nul转载 2017-08-02 09:42:57 · 3399 阅读 · 0 评论