From c2482ee7e9428643a2cc99a4f23b2ebd4170124b Mon Sep 17 00:00:00 2001 From: "naomib@google.com" Date: Thu, 13 Feb 2014 18:27:17 +0000 Subject: [PATCH] fixing a link to the style doc --- angularjs-google-style.html | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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); )

Consider using the Best Practices for App Structure

-

- 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.

Be aware of how scope inheritance works