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

$apply脏检查

时间:2017-10-16 16:48:57      阅读:143      评论:0      收藏:0      [点我收藏+]

标签:class   检查   span   tco   set   cti   logs   style   $scope   

var firstController = function ($scope){
$scope.date=new Date();
//setInterval(function () {
   // $scope.date=new Date();

//},1000)
    setInterval(function () {
      $scope.$apply(function () {
          $scope.date=new Date();

      })

    },1000)
};

 

$apply脏检查

标签:class   检查   span   tco   set   cti   logs   style   $scope   

原文地址:http://www.cnblogs.com/zhuj/p/7676899.html

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