mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
10 lines
295 B
HTML
10 lines
295 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
|
<html>
|
|
<head>
|
|
<script type="text/javascript"
|
|
src="../src/angular-bootstrap.js#autobind"></script>
|
|
</head>
|
|
<body ng:init="$window.$root = this">
|
|
Hello {{'World'}}!
|
|
</body>
|
|
</html>
|