Merge pull request #147 from cubedro/develop

Removed scope.apply from update function
This commit is contained in:
Marian OANCΞA 2015-05-26 19:01:01 +03:00
commit 74e5f8b8c8
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();
} }
} }
}); });