Merge pull request #95 from SamVerschueren/iss94

Added my-app directive to the ES5 'Getting started' guide
This commit is contained in:
Kathy Walrath 2015-05-08 11:59:53 -07:00
commit 46f8910fad
1 changed files with 1 additions and 0 deletions

View File

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