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
The examples used `this.post` in component templates to refer to a passed in `post` arg.
This change updates the examples to use `@post` (named arg).
If this is a premature considering that we're still pre-octane, perhaps `this.` should just be omitted, since use of `this.` potentially confuses things since there's no backing js example shown?
0 commit comments