diff --git a/public/docs/js/latest/guide/_data.json b/public/docs/js/latest/guide/_data.json index 9f6c110114..09c551c1c3 100644 --- a/public/docs/js/latest/guide/_data.json +++ b/public/docs/js/latest/guide/_data.json @@ -20,7 +20,8 @@ }, "making-components": { - "title": "Making Components" + "title": "Making Components", + "intro": "Angular applications are a tree of nested components. You always begin with a top-level component. You add child components by including them in the parent's template." }, "talking-to-components": { diff --git a/public/docs/js/latest/guide/displaying-data.jade b/public/docs/js/latest/guide/displaying-data.jade index bfafc2dbf9..49d29905cf 100644 --- a/public/docs/js/latest/guide/displaying-data.jade +++ b/public/docs/js/latest/guide/displaying-data.jade @@ -1,13 +1,10 @@ -.callout.is-helpful - header Live Examples +.statement + h4 Live Examples p. If you want to skip to the working examples you can check out these links on Plunker. TypeScript Example or