Code review comment for lp:~rpadovani/reminders-app/editNotebooksName

Revision history for this message
Michael Zanetti (mzanetti) wrote :

oops... revoking approval... found an issue:

44 + notebookTitleLabel.text = notebookTitleTextField.text;
45 + notebookTitleLabel.visible = true;

this is not good. you're breaking the binding with this. Why is this needed at all?

review: Needs Information

« Back to merge proposal