From 3c84daec5a299a9dac54d5aa73b0cda33eece0e8 Mon Sep 17 00:00:00 2001 From: Tom Coleman Date: Thu, 31 Mar 2016 16:59:46 +1100 Subject: [PATCH] Remove reference to forms article #313 --- content/methods.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/methods.md b/content/methods.md index 500206a2..0eb1b21d 100644 --- a/content/methods.md +++ b/content/methods.md @@ -373,7 +373,7 @@ Template.Invoices_newInvoice.events({ }); ``` -As you can see, there is a fair amount of boilerplate to handle errors nicely in a form, but most of it can be easily abstracted by an off-the-shelf form framework or a simple application-specific wrapper of your own design. The final released version of the Meteor guide will have a new article about forms. +As you can see, there is a fair amount of boilerplate to handle errors nicely in a form, but most of it can be easily abstracted by an off-the-shelf form framework or a simple application-specific wrapper of your own design.

Loading data with Methods