diff --git a/angularjs-google-style.html b/angularjs-google-style.html index 4fe3a51..6afce7a 100644 --- a/angularjs-google-style.html +++ b/angularjs-google-style.html @@ -358,14 +358,11 @@ module.service('request', hello.request.Request); )
- This directory structure doc describes how to structure your application with controllers in +
+ This directory structure doc describes how to structure your application with controllers in nested subdirectories and all components (e.g. services and directives) in a 'components' dir.
-Note to to readers outside Google: A public version of the Best Practices for App Structure - document - is available here.