mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-01-12 22:45:52 +08:00
committed by
Caitlin Potter
parent
7574dd25d9
commit
42f7c80bb6
@@ -1,23 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
{% if eq(test.ngAppTag, "html") %}
|
||||
<html ng-app="{{ test.ngApp }}">
|
||||
{% else %}
|
||||
<html>
|
||||
{% endif %}
|
||||
<head>
|
||||
{% if scripts.jQuery %}
|
||||
<script src="{{ scripts.jQuery }}"></script>
|
||||
{% endif %}
|
||||
{% for script in test.scripts %}
|
||||
<script src="{{ test.scripts[script] }}"></script>
|
||||
{% endfor %}
|
||||
{{ test.head }}
|
||||
</head>
|
||||
{% if test.ngAppTag === "body" %}
|
||||
<body ng-app="{{ test.ngApp }}">
|
||||
{% else %}
|
||||
<body>
|
||||
{% endif %}
|
||||
{% test.body %}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user