2016-01-20 11:56:00 -05:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
2017-01-27 01:30:42 -05:00
|
|
|
<title>Angular Hello World payload test</title>
|
2016-01-20 11:56:00 -05:00
|
|
|
<body>
|
|
|
|
<hello-app>
|
|
|
|
Loading...
|
|
|
|
</hello-app>
|
|
|
|
<script src="app-bundle-deps.min.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
|