Merge pull request #144 from cubedro/develop

Added scope apply after update
This commit is contained in:
Marian OANCΞA 2015-05-20 17:12:46 +03:00
commit f2a7ca5f51
3 changed files with 4 additions and 2 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

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