feat(module): new module loader

This commit is contained in:
Misko Hevery
2012-01-06 18:10:47 -08:00
parent afd25446d2
commit 5143e7bf06
211 changed files with 1072 additions and 1263 deletions

View File

@@ -29,6 +29,7 @@ The __view__ component is constructed by Angular from this template:
__`app/index.html`:__
<pre>
<html ng:app>
...
<body ng:controller="PhoneListCtrl">
@@ -39,7 +40,7 @@ __`app/index.html`:__
</li>
</ul>
<script src="lib/angular/angular.js" ng:autobind></script>
<script src="lib/angular/angular.js"></script>
<script src="js/controllers.js"></script>
</body>
</html>