Skip to content

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

guides/release/tutorial/part-2/ember-data.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,6 @@ The UI works exactly the same as before as well, just with much less code!
414414
415415
<img src="/images/tutorial/part-2/ember-data/[email protected]" alt="The homepage works exactly the same as before, but with much less code!" width="1024" height="1130">
416416
417-
<img src="/images/tutorial/part-2/ember-data/[email protected]" alt="The details page works exactly the same as before, but with much less code!" width="1024" height="1382">
417+
<img src="/images/tutorial/part-2/ember-data/[email protected]" alt="The details page works exactly the same as before, but with much less code!" width="1024" height="1390">
418418
419419
EmberData offers many, many features (like managing the _relationships_ between different models) and there's a lot more we can learn about it. For example, if your backend's have some inconsistencies across different endpoints, EmberData allows you to define request specific handlers and builders! We are just scratching the surface here. If you want to learn more about EmberData, check out [its own dedicated section](../../../models/) in the guides!

guides/release/tutorial/part-2/route-params.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Now that we are fetching real data from our "server", let's add a new feature — dedicated pages for each of our rentals:
44

5-
<img src="/images/tutorial/part-2/route-params/[email protected]" alt="The Super Rentals app (rentals page) by the end of the chapter" width="1024" height="1382">
5+
<img src="/images/tutorial/part-2/route-params/[email protected]" alt="The Super Rentals app (rentals page) by the end of the chapter" width="1024" height="1390">
66

77
While adding these rental pages, you will learn about:
88

@@ -474,7 +474,7 @@ module('Acceptance | super rentals', function (hooks) {
474474

475475
Now, when we visit `http://localhost:4200/rentals/grand-old-mansion`, this is what we see:
476476

477-
<img src="/images/tutorial/part-2/route-params/[email protected]" alt="A dedicated page for the Grand Old Mansion" width="1024" height="1382">
477+
<img src="/images/tutorial/part-2/route-params/[email protected]" alt="A dedicated page for the Grand Old Mansion" width="1024" height="1390">
478478

479479
And if we run our tests now...
480480

Loading
Loading

0 commit comments

Comments
 (0)