sync README with code
authorPetr Severa <segedacz@gmail.com>
Mon, 4 Jun 2012 20:24:45 +0000 (23:24 +0300)
committerIgor Minar <igor@angularjs.org>
Thu, 18 Oct 2012 06:07:23 +0000 (23:07 -0700)
README.md

index d1c0911..9fca3e5 100644 (file)
--- a/README.md
+++ b/README.md
@@ -96,11 +96,13 @@ fetch the changes and merge them into your project with git.
         app.css         --> default stylesheet
       img/              --> image files
       index.html        --> app layout file (the main html template file of the app)
+      index-async.html  --> just like index.html, but loads js files asynchronously
       js/               --> javascript files
+        app.js          --> application
         controllers.js  --> application controllers
+        directives.js   --> application directives
         filters.js      --> custom angular filters
         services.js     --> custom angular services
-        widgets.js      --> custom angular widgets
       lib/              --> angular and 3rd party javascript libraries
         angular/
           angular.js            --> the latest angular js