Skip to content

Commit

Permalink
Remove reference to forms article meteor#313
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeasday committed Mar 31, 2016
1 parent 496a474 commit 3c84dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<h2 id="loading-data">Loading data with Methods</h2>

Expand Down

0 comments on commit 3c84dae

Please sign in to comment.