Skip to content

Commit

Permalink
Fix: counter visualization doesn't update when editing
Browse files Browse the repository at this point in the history
arikfr committed Jan 16, 2016
1 parent 47d3faa commit ed2e06a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rd_ui/app/scripts/visualizations/counter.js
Original file line number Diff line number Diff line change
@@ -56,7 +56,7 @@
}
};

$scope.$watch("visualization.options", refreshData);
$scope.$watch("visualization.options", refreshData, true);
$scope.$watch("queryResult && queryResult.getData()", refreshData);
}
}

0 comments on commit ed2e06a

Please sign in to comment.