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