Merge pull request #269 from EverythingMe/257-chart-editor

Disable filters url syncing
This commit is contained in:
Arik Fraimovich 2014-08-20 08:59:22 +03:00
commit cb4b0e0296

View File

@ -68,7 +68,6 @@
template: '<filters></filters>\n' + Visualization.renderVisualizationsTemplate, template: '<filters></filters>\n' + Visualization.renderVisualizationsTemplate,
replace: false, replace: false,
link: function (scope) { link: function (scope) {
scope.select2Options = { scope.select2Options = {
width: '50%' width: '50%'
}; };
@ -103,7 +102,7 @@
if (filters) { if (filters) {
scope.filters = filters; scope.filters = filters;
if (filters.length) { if (filters.length && false) {
readURL(); readURL();
// start watching for changes and update URL // start watching for changes and update URL