Files
Julien Lengrand-Lambert 57b7207fbd Apply change proposed by SO
2017-08-17 08:21:36 +02:00

14 lines
403 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>An example of how to *not* have items update an array in Polymer</title>
</head>
<script src="webcomponentsjs/webcomponents-lite.js"></script>
<link rel="import" href="components/example-component/example-component.html">
<body>
<example-component></example-component>
</body>
</html>