Advertisement
Guest User

Untitled

a guest
Jul 29th, 2015
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. $scope.getQuery = function() {
  2. var response = $http.post('/test/getQuery', $scope.query, $scope.algoName);
  3. response.success(function(data, status, headers, config) {
  4. console.log($scope.query);
  5. console.log($scope.algoName);
  6. });
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement