Skip to content

Commit 8982ebc

Browse files
segedaIgorMinar
authored andcommitted
sync README with code
1 parent 849b63a commit 8982ebc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,13 @@ fetch the changes and merge them into your project with git.
9696
app.css --> default stylesheet
9797
img/ --> image files
9898
index.html --> app layout file (the main html template file of the app)
99+
index-async.html --> just like index.html, but loads js files asynchronously
99100
js/ --> javascript files
101+
app.js --> application
100102
controllers.js --> application controllers
103+
directives.js --> application directives
101104
filters.js --> custom angular filters
102105
services.js --> custom angular services
103-
widgets.js --> custom angular widgets
104106
lib/ --> angular and 3rd party javascript libraries
105107
angular/
106108
angular.js --> the latest angular js

0 commit comments

Comments
 (0)