Skip to content
This repository was archived by the owner on Aug 9, 2018. It is now read-only.

Commit 0a51bbc

Browse files
saravmajesticMartin Atkins
authored andcommitted
Include <base> element in the example HTML.
As of AngularJS 1.3.0, a base element is mandatory to help Angular understand whether a given URL is part of the Angular application when handling internal links.
1 parent b926dbf commit 0a51bbc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/weather/template.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<html>
22
<head>
3+
<base href="/">
34
<title>AngularJS-Server Weather Example</title>
45
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
56
<link rel="stylesheet" type="text/css" href="/:static/style.css">

0 commit comments

Comments
 (0)