fix(zoom): fixed zoom in and out issues when graph is embedded, fixes #5666, fixes #4489

This commit is contained in:
Torkel Ödegaard
2016-07-27 09:36:35 +02:00
parent 66a72e9ece
commit 971e2d62f1
4 changed files with 23 additions and 17 deletions

View File

@@ -30,6 +30,7 @@ function setupAngularRoutes($routeProvider, $locationProvider) {
.when('/dashboard-solo/:type/:slug', {
templateUrl: 'public/app/features/panel/partials/soloPanel.html',
controller : 'SoloPanelCtrl',
reloadOnSearch: false,
pageClass: 'page-dashboard',
})
.when('/dashboard/new', {