removed scope.apply from update function

This commit is contained in:
cubedro 2015-05-26 19:00:40 +03:00
parent 70da8e00cf
commit e66b7b6995
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -385,7 +385,7 @@ netStatsApp.controller('StatsCtrl', function($scope, $filter, socket, _, toastr)
};
});
$scope.$apply();
// $scope.$apply();
}
}
});