From 721b2bc4f08c1c0adeafe52b58d7cfbc1cf688b0 Mon Sep 17 00:00:00 2001 From: Edd Hannay Date: Tue, 28 Jun 2016 15:42:05 +0100 Subject: [PATCH] demos(loading): update demo to beta10 --- demos/loading/index.ts | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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! ` })