mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
9 lines
309 B
HTML
9 lines
309 B
HTML
|
|
<!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>
|