prepare 0.3.0, moved example to main package.json and move
options.error/debug to options.boot
This commit is contained in:
parent
a9798d05b6
commit
7b94313f90
11 changed files with 208 additions and 122 deletions
|
|
@ -3,12 +3,12 @@
|
|||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<title>Loading</title>
|
||||
<script id="ffCleanupScript"><%- inlineScript %></script>
|
||||
<style id="ffCleanupStyle"><%- inlineStyle %></style>
|
||||
<script id="ffCleanupScript" type="text/javascript"><%- inlineScript %></script>
|
||||
<style id="ffCleanupStyle" type="text/css"><%- inlineStyle %></style>
|
||||
</head>
|
||||
<body>
|
||||
<script id="ffCleanupConfig">
|
||||
FFSpaLoader.options.debug.enable = true;
|
||||
<script id="ffCleanupConfig" type="text/javascript">
|
||||
FFSpaLoader.options.boot.debug.enable = true;
|
||||
FFSpaLoader.options.boot.angular.modules.push('exampleUI');
|
||||
FFSpaLoader.options.boot.cleanup.tags.push('ffCleanupStyle');
|
||||
FFSpaLoader.options.boot.cleanup.tags.push('ffCleanupScript');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue