mirror of
https://github.com/tiennm99/styleguide.git
synced 2026-08-23 22:27:19 +00:00
fixing a link to the style doc
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user