Skip to content

Instantly share code, notes, and snippets.

@ciwolsey
Last active August 29, 2015 14:10
Show Gist options
  • Select an option

  • Save ciwolsey/e9481e5718c40b7e5345 to your computer and use it in GitHub Desktop.

Select an option

Save ciwolsey/e9481e5718c40b7e5345 to your computer and use it in GitHub Desktop.
Meteor.call('createNewService', host, port, function(err, res){
$('#add-new-service-modal .form').removeClass('loading');
$('#add-new-service-modal').modal('hide');
console.log(res);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment