disable reloadOnSearch for /dashboard. fixes #265

This commit is contained in:
Amir Nissim
2014-08-19 12:01:23 +03:00
parent 34c6be398a
commit 2112faab02

View File

@@ -37,7 +37,8 @@ angular.module('redash', [
$routeProvider.when('/dashboard/:dashboardSlug', { $routeProvider.when('/dashboard/:dashboardSlug', {
templateUrl: '/views/dashboard.html', templateUrl: '/views/dashboard.html',
controller: 'DashboardCtrl' controller: 'DashboardCtrl',
reloadOnSearch: false
}); });
$routeProvider.when('/queries', { $routeProvider.when('/queries', {
templateUrl: '/views/queries.html', templateUrl: '/views/queries.html',