Merge pull request #138 from cubedro/develop

Fixed angular bug
This commit is contained in:
Marian OANCΞA 2015-05-19 11:42:24 +03:00
commit 6204ca6dd1
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();
}
});