Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit d68265f

Browse files
committed
docs(tutorial): update images to match new content
1 parent 9e13bd0 commit d68265f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+11210
-30
lines changed

docs/app/assets/css/docs.css

+5
Original file line numberDiff line numberDiff line change
@@ -647,6 +647,11 @@ ul.events > li {
647647
padding-top: 50px;
648648
}
649649

650+
.diagram {
651+
margin-bottom: 10px;
652+
margin-top: 30px;
653+
}
654+
650655
@media only screen and (min-width: 769px) and (max-width: 991px) {
651656
.main-body-grid {
652657
margin-top: 160px;

docs/content/tutorial/step_00.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The code contains some key Angular elements that we will need as we progress.
4848

4949
```html
5050
<!doctype html>
51-
<html lang="en" ng-app="phonecatApp">
51+
<html lang="en" ng-app>
5252
<head>
5353
<meta charset="utf-8">
5454
<title>My HTML File</title>

docs/content/tutorial/step_03.ngdoc

+2
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,8 @@ Voilà! The resulting output should look the same, but let's see what we have ga
184184
inside our component, stays inside our component.
185185
* It's easier to test our component in isolation.
186186

187+
<img class="diagram" src="img/tutorial/tutorial_03.png">
188+
187189
<div class="alert alert-info">
188190
**A note on file naming:**
189191
<br />

docs/content/tutorial/step_09.ngdoc

+1-4
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,7 @@ into our application:
174174
Note that we removed the `<phone-list></phone-list>` line from the `index.html` template and
175175
replaced it with a `<div>` with the `ng-view` attribute.
176176

177-
<div style="display:none">
178-
<!-- TODO -->
179-
<img class="diagram" src="img/tutorial/tutorial_09_final.png">
180-
</div>
177+
<img class="diagram" src="img/tutorial/tutorial_09.png">
181178

182179

183180
## Configuring a Module

docs/content/tutorial/step_10.ngdoc

+2-5
Original file line numberDiff line numberDiff line change
@@ -111,18 +111,15 @@ including lists and bindings that comprise the phone details. Note how we use th
111111
<dd ng-repeat="availability in $ctrl.phone.availability">{{availability}}</dd>
112112
</dl>
113113
</li>
114-
...
114+
...
115115
<li>
116116
<span>Additional Features</span>
117117
<dd>{{$ctrl.phone.additionalFeatures}}</dd>
118118
</li>
119119
</ul>
120120
```
121121

122-
<div style="display: none">
123-
<!-- TODO -->
124-
<img class="diagram" src="img/tutorial/tutorial_10_final.png">
125-
</div>
122+
<img class="diagram" src="img/tutorial/tutorial_10.png">
126123

127124

128125
# Testing

docs/content/tutorial/step_12.ngdoc

+1-4
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,7 @@ user clicks on one of the thumbnail images, the handler will use the `$ctrl.setI
7070
callback to change the value of the `$ctrl.mainImageUrl` property to the URL of the clicked
7171
thumbnail image.
7272

73-
<div style="display: none">
74-
<!-- TODO -->
75-
<img class="diagram" src="img/tutorial/tutorial_12_final.png">
76-
</div>
73+
<img class="diagram" src="img/tutorial/tutorial_12.png">
7774

7875

7976
# Testing
-27 KB
Binary file not shown.

docs/img/tutorial/tutorial_02.png

-26.5 KB
Loading

docs/img/tutorial/tutorial_03.png

100 KB
Loading

docs/img/tutorial/tutorial_05.png

-23.7 KB
Loading

docs/img/tutorial/tutorial_06.png

-18 KB
Loading

docs/img/tutorial/tutorial_07.png

-40 KB
Binary file not shown.

docs/img/tutorial/tutorial_07.pptx

-61.4 KB
Binary file not shown.

docs/img/tutorial/tutorial_09.png

117 KB
Loading
-196 KB
Binary file not shown.

docs/img/tutorial/tutorial_10.png

117 KB
Loading
-209 KB
Binary file not shown.

docs/img/tutorial/tutorial_12.png

120 KB
Loading
-205 KB
Binary file not shown.
-141 KB
Binary file not shown.
-4.85 KB
Loading

images/docs/tutorial/tutorial_02.svg/tutorial_02.svg

+1,351-2
Loading
16.9 KB
Loading
-24.6 KB
Binary file not shown.

images/docs/tutorial/tutorial_03.svg/tutorial_03.svg

+1,376-2
Loading
-16.3 KB
Binary file not shown.

images/docs/tutorial/tutorial_04.svg/tutorial_04.svg

-3
This file was deleted.
14.1 KB
Loading

0 commit comments

Comments
 (0)