I hereby claim:
- I am jmvanderpol on github.
- I am jmvanderpol (https://keybase.io/jmvanderpol) on keybase.
- I have a public key ASCTYmv-iUCxzyUmbOGbd4G8wIqNMPzgTkqAnyynhu5yJQo
To claim this, I am signing this object:
{
function ContactCtrl($scope, $http) { | |
$scope.success = false; | |
$scope.httpError = false; | |
$scope.send = function() { | |
var job = { job: { klass: 'msg', args: [$scope.msg]}}; | |
$http.post('/contact',job). | |
success(function(data){ | |
$scope.success = true; | |
$scope.msg = {}; |
I hereby claim:
To claim this, I am signing this object:
{