Fixed websql init async,cleanup options,add tested browsers
This commit is contained in:
parent
ec4e9a0dae
commit
e5e2dfc56f
5 changed files with 261 additions and 182 deletions
|
|
@ -6,13 +6,10 @@
|
|||
</head>
|
||||
<body><%- inline %>
|
||||
<script>
|
||||
FFSpaLoader.options.debug = true;
|
||||
FFSpaLoader.options.server.urlPath = '/static/spa-client-resources';
|
||||
FFSpaLoader.options.cache.factory = FFSpaLoader.autoSelectCache();
|
||||
FFSpaLoader.start(function() {
|
||||
console.log('FFExample.bootstrap angular');
|
||||
angular.bootstrap( $('body'), ['exampleUI']);
|
||||
});
|
||||
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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue