Advertisement
Guest User

Untitled

a guest
Jan 18th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. showHoursEnable() {
  2.     if (this.model.abc !== undefined) {
  3.       this.showHours = !this.showHours;
  4.       this.getFreeHoursForDoctorFromGivenDay(this.model.abc.toLocaleDateString());
  5.       console.log('pokazuje godziny');
  6.       console.log(this.showHours);
  7.     }
  8.     else {
  9.       this.toastr.error('Zanim zostaną wyświetlone dostępne godziny, wybierz dzień!');
  10.     }
  11.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement