diff --git a/public/docs/ts/_cache/guide/learning-angular.jade b/public/docs/ts/_cache/guide/learning-angular.jade index 135adf1254..ed8c79798f 100644 --- a/public/docs/ts/_cache/guide/learning-angular.jade +++ b/public/docs/ts/_cache/guide/learning-angular.jade @@ -9,7 +9,6 @@ figure Those new to Angular may wish to follow this popular learning path.
-:marked 1. [Setup](setup.html "Setup locally withe Quickstart seed") for local Angular development, if you haven't already done so. 1. Take the [*Tour of Heroes* tutorial](../tutorial "Tour of Heroes"). @@ -41,4 +40,4 @@ figure ### Next Step Try the [tutorial](../tutorial "Tour of Heroes") if you're ready to start coding or - visit the [Architecture](architecture.html "Basic Concepts") guide if you prefer to learn the basic concepts first. + visit the [Architecture](architecture.html "Basic Concepts") page if you prefer to learn the basic concepts first. diff --git a/public/docs/ts/_cache/guide/template-syntax.jade b/public/docs/ts/_cache/guide/template-syntax.jade index ef9ab05371..d37a9ae17f 100644 --- a/public/docs/ts/_cache/guide/template-syntax.jade +++ b/public/docs/ts/_cache/guide/template-syntax.jade @@ -42,10 +42,11 @@ block includes .l-main-section :marked ## HTML - HTML is the language of the Angular template. Our [QuickStart](../quickstart.html) application has a template that is pure HTML: + HTML is the language of the Angular template. + The [QuickStart](../quickstart.html) application has a template that is pure HTML: code-example(language="html" escape="html"). -

My First Angular App

+

Hello Angular

:marked Almost all HTML syntax is valid template syntax. The `