AngularJS Multi ng-include issue?

HTML

<html ng-app>
    <head>
    <script type="text/ng-template" id="foo.html">
           FOO
    </script>

    <script type="text/ng-template" id="bar.html">
            BAR
    </script>
    </head>
    <body>

        <ng-include src="'foo.html'"></ng-include>
        <ng-include src="'bar.html'"></ng-include>
        
    </body>
</html>

CSS

</style>
<script src="http://code.angularjs.org/angular-1.0.0rc7.min.js"></script>
<style>