Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update text/0000-RouteInfo-Metadata.md
Co-Authored-By: chadhietala <chadhietala@gmail.com>
  • Loading branch information
locks and chadhietala authored Nov 5, 2018
commit ade9f97fb91cb4287aef6f2140aeb140a0375faa
2 changes: 1 addition & 1 deletion text/0000-RouteInfo-Metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The RFC introduces the ability to associate application specific metadata with i
```js
// app/route/profile.js
import Route from '@ember/routing/route';
import { inject } from '@ember/service';
import { inject as service } from '@ember/service';
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo: importing as the name service but using inject below


export default Route.extend({
Comment thread
chadhietala marked this conversation as resolved.
user: inject('user'),
Expand Down