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

Commit

Permalink
Include <base> element in the example HTML.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
saravmajestic authored and Martin Atkins committed Feb 23, 2015
1 parent b926dbf commit 0a51bbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/weather/template.html
@@ -1,5 +1,6 @@
<html>
<head>
<base href="/">
<title>AngularJS-Server Weather Example</title>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="/:static/style.css">
Expand Down

0 comments on commit 0a51bbc

Please sign in to comment.