From 5f08eecc58589342aca632e4d296a24d0d50534e Mon Sep 17 00:00:00 2001 From: David East Date: Wed, 22 Apr 2015 05:38:10 -0700 Subject: [PATCH] Docs updates. --- public/docs/js/latest/guide/_data.json | 3 ++- public/docs/js/latest/guide/displaying-data.jade | 7 ++----- 2 files changed, 4 insertions(+), 6 deletions(-) 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