Specify <base> element in all pages
This will allow $locationProvider to be set for the Horizon Application. Closes-Bug: #1531737 Change-Id: I8bad1cd274eec13ec805dc1701ddbf86cfd6e666
This commit is contained in:
parent
7a1e069af4
commit
8f88604516
@ -15,7 +15,7 @@
|
|||||||
{% include "horizon/_conf.html" %}
|
{% include "horizon/_conf.html" %}
|
||||||
{% include "horizon/client_side/_script_loader.html" %}
|
{% include "horizon/client_side/_script_loader.html" %}
|
||||||
{% include "horizon/_custom_head_js.html" %}
|
{% include "horizon/_custom_head_js.html" %}
|
||||||
{% block ng_route_base %} {% endblock %}
|
<base href="{{ WEBROOT }}" />
|
||||||
</head>
|
</head>
|
||||||
<body id="{% block body_id %}{% endblock %}" ng-app='horizon.app' ng-strict-di>
|
<body id="{% block body_id %}{% endblock %}" ng-app='horizon.app' ng-strict-di>
|
||||||
<noscript>
|
<noscript>
|
||||||
|
Loading…
Reference in New Issue
Block a user