You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<%= caption "client/views/posts/post_edit.js" %>
By now most of that code should be familiar to you. First, we have our template helper > that fetches the current post and passes it on to the template.
We then have two template event callbacks: one for the form's `submit` event, and one > for the delete link's `click` event.
...
I guess the first paragraph is wrong. Since the code snippet above has no template helper that does what is stated.
The router configuration at the top does the "routing". Maybe this is a reminiscent of the pre ironrouter version. The following paragraph should be rewritten as well.
The text was updated successfully, but these errors were encountered:
I guess the first paragraph is wrong. Since the code snippet above has no template helper that does what is stated.
The router configuration at the top does the "routing". Maybe this is a reminiscent of the pre ironrouter version. The following paragraph should be rewritten as well.
The text was updated successfully, but these errors were encountered: