Merge pull request #266 from EverythingMe/265-db-reloads

disable reloadOnSearch for /dashboard. fixes #265
This commit is contained in:
Arik Fraimovich
2014-08-19 13:17:17 +03:00

View File

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