Make sure to redraw the tree in the old repo view. Patches an issue where the tree won't show up sometimes

This commit is contained in:
Joseph Schorr 2015-04-02 11:37:30 -04:00
parent 2f5f4d5d66
commit bcd8a48159

View file

@ -645,6 +645,10 @@
$scope.setImage($routeParams.image);
}
$timeout(function() {
$scope.tree.notifyResized();
}, 100);
return resp.images;
});
};