2015-08-08 16:55:53 -04:00
|
|
|
<!-- #docregion -->
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
2016-04-27 14:28:22 -04:00
|
|
|
<title>Documentation Style</title>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<link rel="stylesheet" href="styles.css">
|
|
|
|
|
2015-08-08 16:55:53 -04:00
|
|
|
<script src="https://code.angularjs.org/2.0.0-alpha.34/angular2.sfx.dev.js"></script>
|
|
|
|
<script src="app.js"></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
2015-09-18 15:41:20 -04:00
|
|
|
<my-app>foo2</my-app>
|
2015-08-08 16:55:53 -04:00
|
|
|
</body>
|
|
|
|
</html>
|