close() {
    this.angulartics2.eventTrack.next({ action: 'Close', properties: { category: 'Modal' }});
    this.visible = false;
  }