Skip to content

Instantly share code, notes, and snippets.

@weoreference
Created December 6, 2016 00:18
Show Gist options
  • Save weoreference/64fb7cc931f1aacca4e73c7b2c1f6f6a to your computer and use it in GitHub Desktop.
Save weoreference/64fb7cc931f1aacca4e73c7b2c1f6f6a to your computer and use it in GitHub Desktop.
Aurelia | Currency ValueConverter Issue
<!doctype html>
<html>
<head>
<title>Aurelia</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<!doctype html>
<html>
<head>
<title>Aurelia</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="styles.css">
</head>
<body aurelia-app>
<h1>Loading...</h1>
<script src="https://jdanyow.github.io/rjs-bundle/node_modules/requirejs/require.js"></script>
<script src="https://jdanyow.github.io/rjs-bundle/config.js"></script>
<script src="https://jdanyow.github.io/rjs-bundle/bundles/aurelia.js"></script>
<script src="https://jdanyow.github.io/rjs-bundle/bundles/babel.js"></script>
<script>
require(['aurelia-bootstrapper']);
</script>
</body>
</html>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment