aboutsummaryrefslogtreecommitdiffstats
path: root/example/temp.html
blob: 337f7fba174733d555f18efa799fc9ad6422791b (plain)
1
2
3
4
5
6
7
8
9
10
<!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>