Created
May 10, 2014 02:39
-
-
Save matanlurey/19b6b4d9700c2e9cbac4 to your computer and use it in GitHub Desktop.
The beginning of our Angular.dart application, Work Manager.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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