Skip to content

Commit

Permalink
added support for csv download on a query
Browse files Browse the repository at this point in the history
  • Loading branch information
marcolazzara committed Dec 3, 2013
1 parent e8f684f commit d68bf6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/controllers/database-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dbModule.controller("BrowseController", ['$scope', '$routeParams', '$location',


$scope.query = function () {
// Spinner.start();
Spinner.start();

$scope.queryText = $scope.queryText.trim();
$scope.queryText = $scope.queryText.replace(/\n/g, " ");
Expand Down

0 comments on commit d68bf6c

Please sign in to comment.