首页 > 代码库 > angular-ui-switch
angular-ui-switch
代码:https://codepen.io/anon/pen/gxmWzB
github: https://github.com/xpepermint/angular-ui-switch
功能类似于bootstrap的switch功能,由于数据绑定的存在,不使用对象中的方法切换,改用watch监听model绑定的值(示例中的enabled),
状态切换触发的函数在监听器中实现
var viewTypeWatcher = $scope.$watch(‘enabled‘,function(newValue,oldValue,scope){ if(newValue =http://www.mamicode.com/== true&&typeof newValue != ‘undefined‘){ $scope.getPersonList(2,0); }else if(newValue =http://www.mamicode.com/== false&&typeof newValue != ‘undefined‘){ $scope.personReach(2,0) } })
angular-ui-switch
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。