2
0
Fork 0
es5-ff-spa-loader/example/app_server/www_views/index.ejs
2016-01-24 21:38:21 +01:00

17 lines
390 B
Plaintext

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<title>Loading</title>
</head>
<body>
<script><%- inlineScript %></script>
<script>
FFSpaLoader.options.debug.enable = true;
FFSpaLoader.options.boot.angular.modules.push('exampleUI');
FFSpaLoader.options.server.assets = '/static/spa-client-resources';
FFSpaLoader.start();
</script>
</body>
</html>