blob: 3138ed072a5dda434d57636b31e46e16960f7f16 (
plain)
| 1
2
3
4
5
6
7
8
9
 | <!DOCTYPE HTML>
<html xmlns:ng="http://angularjs.org">
<head>
  <script type="text/javascript" src="../src/angular-bootstrap.js" ng:autobind></script>
</head>
<body ng:init="$window.$root = this; data = [{foo: 'foo'},{bar: 'bar'}]">
  <ng:include src="'ng_include_this.partial'" scope="this"/>
</body>
</html>
 |