Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created September 7, 2021 01:38
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 parzibyte/c842ad9ee682226ee6a69b6d9152befc to your computer and use it in GitHub Desktop.
Save parzibyte/c842ad9ee682226ee6a69b6d9152befc to your computer and use it in GitHub Desktop.
cambiarEstadoDeTarea() {
// No debemos hacer nada con la tarea, ya que el input con el ngModel ha
// cambiado la variable, así que solo guardamos las tareas tal y como están
// Es decir, this.tareas ya está modificada hasta este punto
this.tareasService.guardarTareas(this.tareas);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment