angular.js/example/temp.html

11 lines
295 B
HTML
Raw Normal View History

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
2010-04-09 23:20:15 +00:00
<head>
<script type="text/javascript"
src="../src/angular-bootstrap.js#autobind"></script>
2010-04-09 23:20:15 +00:00
</head>
<body ng:init="$window.$root = this">
Hello {{'World'}}!
2010-04-09 23:20:15 +00:00
</body>
</html>