Skip to content

Instantly share code, notes, and snippets.

@jakemac53
Created July 31, 2014 19:40
Show Gist options
  • Save jakemac53/ff1dc6c1ff4ae6e72cdf to your computer and use it in GitHub Desktop.
Save jakemac53/ff1dc6c1ff4ae6e72cdf to your computer and use it in GitHub Desktop.
Empty hash link bug
<!DOCTYPE html>
<html>
<head>
<script src="//www.polymer-project.org/platform.js"></script>
<script src="http://www.polymer-project.org/polymer.js"></script>
<title>Hash Link Test</title>
</head>
<body>
<polymer-element name="x-foo" noscript>
<template>
<div><a href="#">empty</a></div>
</template>
</polymer-element>
<x-foo></x-foo>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment