Skip to content

Commit e0e67e9

Browse files
committed
Update README.md file
1 parent 1b02112 commit e0e67e9

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

+8-5
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,11 @@ fetch the changes and merge them into your project with git.
105105
services.js --> custom angular services
106106
lib/ --> angular and 3rd party javascript libraries
107107
angular/
108-
angular.js --> the latest angular js
109-
angular.min.js --> the latest minified angular js
110-
angular-*.js --> angular add-on modules
111-
version.txt --> version number
112-
partials/ --> angular view partials (partial html templates)
108+
angular.js --> the latest angular js
109+
angular.min.js --> the latest minified angular js
110+
angular-*.js --> angular add-on modules
111+
version.txt --> version number
112+
partials/ --> angular view partials (partial html templates)
113113
partial1.html
114114
partial2.html
115115

@@ -134,6 +134,9 @@ fetch the changes and merge them into your project with git.
134134
version.txt --> version file
135135
unit/ --> unit level specs/tests
136136
controllersSpec.js --> specs for controllers
137+
directivessSpec.js --> specs for directives
138+
filtersSpec.js --> specs for filters
139+
servicesSpec.js --> specs for services
137140

138141
## Contact
139142

0 commit comments

Comments
 (0)