Added where condiction operators

This commit is contained in:
Marco Vito Moscaritolo
2014-04-21 18:06:13 +02:00
parent f98db943a5
commit 72ab721f22

View File

@@ -18,6 +18,7 @@ function (angular) {
$scope.rawQuery = false;
$scope.functions = ['count', 'mean', 'sum', 'min', 'max', 'mode', 'distinct', 'median', 'derivative', 'stddev', 'first', 'last'];
$scope.operators = ['=', '=~', '>', '<', '!~', '<>'];
$scope.oldSeries = $scope.target.series;
$scope.$on('typeahead-updated', function(){
$timeout($scope.get_data);