onComplete(response: any) {
    (<any>$('#create-application-modal')).modal('hide');
    this.router.navigate(['applications', response.uuid]);
  }