mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
playground(): add comment to index.html about temporary boilerplate
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
<!--
|
||||
EVERYTHING in index.html file will change
|
||||
Don't feel like you have to learn all of this boilerplate.
|
||||
It's not important and will change.
|
||||
-->
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
@@ -9,7 +14,6 @@
|
||||
<script src="lib/extension-register.js"></script>
|
||||
<script>
|
||||
register(System);
|
||||
<!-- TODO: how to get rid of this line? -->
|
||||
</script>
|
||||
|
||||
<!-- Angular2-related imports -->
|
||||
|
||||
Reference in New Issue
Block a user