fix(panel resize): fixed panel resize drag handling

This commit is contained in:
Torkel Ödegaard 2016-03-22 10:42:29 +01:00
parent 7e6314dcac
commit 03f91e8d85

View File

@ -121,7 +121,7 @@ module.directive('panelResizer', function($rootScope) {
}
scope.$apply(function() {
scope.$broadcast('render');
ctrl.broadcastRender();
});
}