Added my-app directive to the ES5 'Getting started' guide

This commit is contained in:
Sam Verschueren 2015-05-07 09:01:54 +02:00
parent bdf28bc026
commit b0c75b49e2
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@
<script src="main.js"></script>
</head>
<body>
<my-app></my-app>
</body>
</html>