<div class="sortable-container" sv-root sv-on-sort="onSorted(AcctList);" sv-part="AcctList" sv-on-start="onStarted($part, $item, $index)" sv-on-stop="onStopped($part, $item, $index)"> <div ng-repeat="item in dataList" sv-element="opts" class="well"> <a ng-click="Fc()">{{item.name}}</a> </div></div>$scope.dataList = [ { 'name':'john', 'age':'22' }, { 'name':'vtime', 'age':'23' }, { 'name':'eee', 'age':'44' } ]; $scope.Fc =function(){ console.log(2222); }插件里有段代码是不是mousedown函数把我第一次的点击吃了 angularjs项目 效果都有 就是遍历的内容a标签有点击事件 每次登陆进来点击第一次都无效 第二下开始一切正常 插件地址:https://github.com/kamilkp/an...
添加回答
举报
0/150
提交
取消