aboutsummaryrefslogtreecommitdiffstats
path: root/regression/ng_include_this.html
diff options
context:
space:
mode:
Diffstat (limited to 'regression/ng_include_this.html')
-rw-r--r--regression/ng_include_this.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/regression/ng_include_this.html b/regression/ng_include_this.html
new file mode 100644
index 00000000..3138ed07
--- /dev/null
+++ b/regression/ng_include_this.html
@@ -0,0 +1,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> \ No newline at end of file