X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=README.md;h=68f3fd301a94e6178c331fa9d15de4749767658e;hb=b14309c11bae263d6b897edf5e64393bcc76f469;hp=9fca3e57cb40f297858eb5d374c02fb35713b943;hpb=8982ebc52dc8a83974953fb28837dc9ad8c1b591;p=angular-drzb diff --git a/README.md b/README.md index 9fca3e5..68f3fd3 100644 --- a/README.md +++ b/README.md @@ -105,11 +105,11 @@ fetch the changes and merge them into your project with git. services.js --> custom angular services lib/ --> angular and 3rd party javascript libraries angular/ - angular.js --> the latest angular js - angular.min.js --> the latest minified angular js - angular-*.js --> angular add-on modules - version.txt --> version number - partials/ --> angular view partials (partial html templates) + angular.js --> the latest angular js + angular.min.js --> the latest minified angular js + angular-*.js --> angular add-on modules + version.txt --> version number + partials/ --> angular view partials (partial html templates) partial1.html partial2.html @@ -134,6 +134,9 @@ fetch the changes and merge them into your project with git. version.txt --> version file unit/ --> unit level specs/tests controllersSpec.js --> specs for controllers + directivessSpec.js --> specs for directives + filtersSpec.js --> specs for filters + servicesSpec.js --> specs for services ## Contact