From 1e10270f985d7436fbcd1c61b5b2b9615bced8d1 Mon Sep 17 00:00:00 2001 From: David East Date: Wed, 22 Apr 2015 05:42:47 -0700 Subject: [PATCH] Docs clean up. --- public/docs/js/latest/guide/displaying-data.jade | 2 ++ public/docs/js/latest/guide/setup.jade | 10 +++++----- public/docs/js/latest/guide/user-input.jade | 13 +++++++------ 3 files changed, 14 insertions(+), 11 deletions(-) diff --git a/public/docs/js/latest/guide/displaying-data.jade b/public/docs/js/latest/guide/displaying-data.jade index 49d29905cf..9365e4ab8a 100644 --- a/public/docs/js/latest/guide/displaying-data.jade +++ b/public/docs/js/latest/guide/displaying-data.jade @@ -5,6 +5,8 @@ .l-main-section + h2#section-displaying-controller-properties Displaying controller properties + p. Let's walk through how we'd display a property, a list of properties, and then conditionally show content based on state. diff --git a/public/docs/js/latest/guide/setup.jade b/public/docs/js/latest/guide/setup.jade index 6c2d3acd43..118cad590a 100644 --- a/public/docs/js/latest/guide/setup.jade +++ b/public/docs/js/latest/guide/setup.jade @@ -1,10 +1,10 @@ +.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 ES5 Example. + .l-main-section - .callout.is-helpful - header Live Examples - p. - If you want to skip to the working examples you can check out these links on Plunker. TypeScript Example or ES5 Example. - h2#section-install-or-plunker Install Angular or Use Plunker p There are four steps to create any Angular app: ol diff --git a/public/docs/js/latest/guide/user-input.jade b/public/docs/js/latest/guide/user-input.jade index a991bae389..e1967fa574 100644 --- a/public/docs/js/latest/guide/user-input.jade +++ b/public/docs/js/latest/guide/user-input.jade @@ -1,10 +1,11 @@ -.l-main-section +.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 TypeScript Example or