Преглед изворни кода

Merge branch 'master' into websocket

Torkel Ödegaard пре 9 година
родитељ
комит
d0564933a2
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      public/app/features/panel/panel_directive.ts

+ 1 - 1
public/app/features/panel/panel_directive.ts

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