This commit is contained in:
Joseph Schorr 2015-04-20 12:01:17 -04:00
parent a500477bbc
commit d714c00ddb

View file

@ -148,11 +148,11 @@
// Watch for changes to the repository. // Watch for changes to the repository.
$scope.$watch('repo', function() { $scope.$watch('repo', function() {
if ($scope.tree) { $timeout(function() {
$timeout(function() { if ($scope.tree) {
$scope.tree.notifyResized(); $scope.tree.notifyResized();
}); }
} });
}); });
// Watch for changes to the tag parameter. // Watch for changes to the tag parameter.