Skip to content

Instantly share code, notes, and snippets.

@jordangraft
Created April 22, 2016 23:53
Show Gist options
  • Save jordangraft/1ced383d8dd2933496d55e42d63f7487 to your computer and use it in GitHub Desktop.
Save jordangraft/1ced383d8dd2933496d55e42d63f7487 to your computer and use it in GitHub Desktop.
<a target='_sef' href='/some/path?{{ransackParams(q)}}'></a>
$scope.ransackParams = function(q) {
return jQuery.param( {q: q} );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment