2
0
Fork 0
tcrud/lib/www_views/node-ff-tcrud/angular/index.ejs
2017-06-10 16:53:29 +02:00

19 lines
669 B
Plaintext

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<title>Loading</title>
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width">
<script src="/api/plugin/uiLibFFSpaLoader/es5-ff-spa-loader.js"></script>
<link rel="stylesheet" type="text/css" href="/api/plugin/uiLibFFSpaLoader/es5-ff-spa-loader.css" />
</head>
<body>
<script>
FFSpaLoader.options.boot.debug.enable = true;
FFSpaLoader.options.boot.angular.modules.push('tcrudUI');
FFSpaLoader.options.server.assets = '/api/server/config/client-resources-mobile';
FFSpaLoader.start();
</script>
</body>
</html>