From b0c75b49e29e60d617b768c5c3907dd2a9ea074d Mon Sep 17 00:00:00 2001 From: Sam Verschueren Date: Thu, 7 May 2015 09:01:54 +0200 Subject: [PATCH] Added my-app directive to the ES5 'Getting started' guide --- public/docs/js/latest/guide/setup.jade | 1 + 1 file changed, 1 insertion(+) diff --git a/public/docs/js/latest/guide/setup.jade b/public/docs/js/latest/guide/setup.jade index e0f0850dab..a6de4147ce 100644 --- a/public/docs/js/latest/guide/setup.jade +++ b/public/docs/js/latest/guide/setup.jade @@ -66,6 +66,7 @@ <script src="main.js"></script> </head> <body> + <my-app></my-app> </body> </html>