fixed angular bug

This commit is contained in:
cubedro 2015-05-19 11:41:41 +03:00
parent 8cf001d24c
commit d54c4e6bb8
3 changed files with 2 additions and 4 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

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