Skip to content

Instantly share code, notes, and snippets.

@matanlurey
Created May 10, 2014 02:39
Show Gist options
  • Save matanlurey/19b6b4d9700c2e9cbac4 to your computer and use it in GitHub Desktop.
Save matanlurey/19b6b4d9700c2e9cbac4 to your computer and use it in GitHub Desktop.
The beginning of our Angular.dart application, Work Manager.
<!DOCTYPE html>
<html ng-app>
<head>
<title>Work Manager</title>
</head>
<body>
<script type="application/dart" src="lib/index.dart"></script>
<script src="packages/browser/dart.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment