Commit d0564933 by Torkel Ödegaard

Merge branch 'master' into websocket

parents c711fb67 03f91e8d
...@@ -121,7 +121,7 @@ module.directive('panelResizer', function($rootScope) { ...@@ -121,7 +121,7 @@ module.directive('panelResizer', function($rootScope) {
} }
scope.$apply(function() { scope.$apply(function() {
scope.$broadcast('render'); ctrl.broadcastRender();
}); });
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment