File tree 1 file changed +8
-5
lines changed
1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -105,11 +105,11 @@ fetch the changes and merge them into your project with git.
105
105
services.js --> custom angular services
106
106
lib/ --> angular and 3rd party javascript libraries
107
107
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)
113
113
partial1.html
114
114
partial2.html
115
115
@@ -134,6 +134,9 @@ fetch the changes and merge them into your project with git.
134
134
version.txt --> version file
135
135
unit/ --> unit level specs/tests
136
136
controllersSpec.js --> specs for controllers
137
+ directivessSpec.js --> specs for directives
138
+ filtersSpec.js --> specs for filters
139
+ servicesSpec.js --> specs for services
137
140
138
141
## Contact
139
142
You can’t perform that action at this time.
0 commit comments