diff --git a/demos/loading/index.ts b/demos/loading/index.ts
index 63cfb9819f..ef0c0c8a39 100644
--- a/demos/loading/index.ts
+++ b/demos/loading/index.ts
@@ -111,9 +111,11 @@ class Page1 {
@Component({
template: `
-
- Page 2
-
+
+
+ Page 2
+
+
This is another page!
`
})