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

@@ -21,8 +21,8 @@ controller from the HTML template, as follows:
<pre>
<!doctype html>
<html xmlns:ng="http://angularjs.org" ng:controller="MyController">
<script src="http://code.angularjs.org/angular.min.js" ng:autobind></script>
<html xmlns:ng="http://angularjs.org" ng:controller="MyController" ng:app>
<script src="http://code.angularjs.org/angular.min.js"></script>
<body>
...
</body>