Skip to content

Instantly share code, notes, and snippets.

@kutliev
Created February 11, 2018 19:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kutliev/ae0a3dac3bc06aecc836830f9995db70 to your computer and use it in GitHub Desktop.
Save kutliev/ae0a3dac3bc06aecc836830f9995db70 to your computer and use it in GitHub Desktop.
Check function
canBeDeleted():boolean{
return this.selectedSpot.cleanings.length == 0 &&
this.selectedSpot.maintenances.length == 0 &&
this.selectedSpot.payments.length == 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment