Files
grafana/public/app/features/dashboard/dashgrid/DashboardGridDirective.ts

7 lines
254 B
TypeScript
Raw Normal View History

2017-12-20 12:33:33 +01:00
import { react2AngularDirective } from 'app/core/utils/react2angular';
import { DashboardGrid } from './DashboardGrid';
2017-12-20 12:33:33 +01:00
react2AngularDirective('dashboardGrid', DashboardGrid, [
['getPanelContainer', { watchDepth: 'reference', wrapApply: false }],
]);