chore(images): remove images we haven't updated yet

This commit is contained in:
Naomi Black 2015-12-15 01:15:53 -08:00
parent c84febaa7a
commit 2c7bcdd832
2 changed files with 4 additions and 8 deletions

View File

@ -12,8 +12,7 @@ include ../../../../_includes/_util-fns
Angular takes over, presenting our application content in a browser and responding to user interactions Angular takes over, presenting our application content in a browser and responding to user interactions
according to the instructions we provided. according to the instructions we provided.
figure <!-- figure img(src="/resources/images/devguide/architecture/airplane.png" alt="Us" align="left" style="width:200px; margin-left:-40px;margin-right:10px" ) -->
img(src="/resources/images/devguide/architecture/airplane.png" alt="Us" align="left" style="width:200px; margin-left:-40px;margin-right:10px" )
:marked :marked
Of course there is more to it than this. Of course there is more to it than this.
We're cruising at high altitude in this overview. We're cruising at high altitude in this overview.
@ -122,8 +121,7 @@ figure
<a id="component"></a> <a id="component"></a>
:marked :marked
## The Component ## The Component
figure <!-- figure img(src="/resources/images/devguide/architecture/hero-component.png" alt="Component" align="left" style="width:200px; margin-left:-40px;margin-right:10px" ) -->
img(src="/resources/images/devguide/architecture/hero-component.png" alt="Component" align="left" style="width:200px; margin-left:-40px;margin-right:10px" )
:marked :marked
A **Component** controls a patch of screen real estate that we could call a *view*. A **Component** controls a patch of screen real estate that we could call a *view*.
The shell at the application root with navigation links, that list of heroes, the hero editor ... The shell at the application root with navigation links, that list of heroes, the hero editor ...
@ -155,8 +153,7 @@ figure
<a id="template"></a> <a id="template"></a>
:marked :marked
## The Template ## The Template
figure <!-- figure img(src="/resources/images/devguide/architecture/template.png" alt="Template" align="left" style="width:200px; margin-left:-40px;margin-right:10px" ) -->
img(src="/resources/images/devguide/architecture/template.png" alt="Template" align="left" style="width:200px; margin-left:-40px;margin-right:10px" )
:marked :marked
We define a Component's view with its companion **template**. A template is a form of HTML We define a Component's view with its companion **template**. A template is a form of HTML
that tells Angular how to render the Component. that tells Angular how to render the Component.

View File

@ -3,8 +3,7 @@ include ../../../../_includes/_util-fns
:marked :marked
The Developer Guide is a practical guide to Angular for experienced programmers who The Developer Guide is a practical guide to Angular for experienced programmers who
are building client applications in HTML and JavaScript. are building client applications in HTML and JavaScript.
figure <!-- figure img(src="/resources/images/devguide/intro/people.png" alt="Us" align="left" style="width:200px; margin-left:-40px;margin-right:10px" ) -->
img(src="/resources/images/devguide/intro/people.png" alt="Us" align="left" style="width:200px; margin-left:-40px;margin-right:10px" )
:marked :marked
We are on a journey together to understand how Angular works and, more importantly, We are on a journey together to understand how Angular works and, more importantly,
how to make it work for us. We look at our application requirements and we see problems to solve. how to make it work for us. We look at our application requirements and we see problems to solve.