使用$apply可以手动触发一次双向绑定: $timeout(function(){ $scope.$apply();或 $scope.$apply(function(){ //你的代码 }) },200)
更详细的讲解:http://jimhoskins.com/2012/12/17/angularjs-and-apply.html
原文链接:https://www.f2er.com/angularjs/145926.html使用$apply可以手动触发一次双向绑定: $timeout(function(){ $scope.$apply();或 $scope.$apply(function(){ //你的代码 }) },200)
更详细的讲解:http://jimhoskins.com/2012/12/17/angularjs-and-apply.html
原文链接:https://www.f2er.com/angularjs/145926.html