mirror of
https://github.com/google/styleguide.git
synced 2024-03-22 13:11:43 +08:00
fixing a link to the style doc
This commit is contained in:
parent
23495719eb
commit
c2482ee7e9
|
@ -358,14 +358,11 @@ module.service('request', hello.request.Request);
|
|||
</a>)</p>
|
||||
|
||||
<h3 id="appstructure">Consider using the Best Practices for App Structure</h3>
|
||||
<p><a href="https://docs.google.com/a/google.com/document/d/17r-9xmY79iCRqlt8ilJHfQmeBHHIKgKi7ZXY9eO96PM">
|
||||
This directory structure doc</a> describes how to structure your application with controllers in
|
||||
<p>
|
||||
This <a href="https://docs.google.com/document/d/1XXMvReO8-Awi1EZXAXS4PzDzdNvV6pGcuaF4Q9821Es/pub">directory structure doc</a> describes how to structure your application with controllers in
|
||||
nested subdirectories and all components (e.g. services and directives) in a 'components' dir.
|
||||
</p>
|
||||
|
||||
<p>Note to to readers outside Google: A public version of the Best Practices for App Structure
|
||||
document <a href="https://docs.google.com/document/d/1XXMvReO8-Awi1EZXAXS4PzDzdNvV6pGcuaF4Q9821Es/pub">
|
||||
is available here.</a></p>
|
||||
|
||||
<h3 id="scopeinheritance">Be aware of how scope inheritance works</h3>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user