added scope apply after update

This commit is contained in:
cubedro
2015-05-20 17:02:35 +03:00
parent f8cf4ac069
commit 1158df6c3d
3 changed files with 4 additions and 2 deletions

View File

@@ -365,6 +365,8 @@ netStatsApp.controller('StatsCtrl', function($scope, $filter, socket, _, toastr)
longitude: 0
};
});
$scope.$apply();
}
}
});