Skip to content

Commit

Permalink
Add pmo-loading can-tag to PMO guide
Browse files Browse the repository at this point in the history
Close #691
  • Loading branch information
matthewp committed Aug 1, 2016
1 parent 622d3f3 commit b3f811b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/guides/place-my-order.md
Expand Up @@ -690,7 +690,8 @@ We want to use those routes when we are in the `restaurants` page. The relevant

```html
{{#case "restaurants"}}
<can-import from="src/restaurant/list/">
<can-import from="src/restaurant/list/"
can-tag="pmo-loading">
<pmo-restaurant-list/>
</can-import>
{{/case}}
Expand Down Expand Up @@ -728,7 +729,8 @@ Now we can add those components to the main template (at `src/index.stache`) wit

```html
{{#case "restaurants"}}
<can-import from="place-my-order/restaurant/list/">
<can-import from="place-my-order/restaurant/list/"
can-tag="pmo-loading">
<pmo-restaurant-list/>
</can-import>
{{/case}}
Expand Down

0 comments on commit b3f811b

Please sign in to comment.