diff options
| author | Gias Kay Lee | 2014-03-10 14:50:21 +0800 |
|---|---|---|
| committer | Brian Ford | 2014-03-17 15:15:51 -0700 |
| commit | ed22869e08c85fb7ab792f7869c503876f8e652e (patch) | |
| tree | 69bc16f96503c1b4d3efd50c38b2ac08199aa482 /docs | |
| parent | ee07b502a2e751d1796c2567f1a6731a45a1eeca (diff) | |
| download | angular.js-ed22869e08c85fb7ab792f7869c503876f8e652e.tar.bz2 | |
docs(module): add link to mentioned resource
Closes #6628
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/content/guide/module.ngdoc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/content/guide/module.ngdoc b/docs/content/guide/module.ngdoc index 2d0a795d..bfd9ca5f 100644 --- a/docs/content/guide/module.ngdoc +++ b/docs/content/guide/module.ngdoc @@ -66,8 +66,9 @@ that you break your application to multiple modules like this: * And an application level module which depends on the above modules and contains any initialization code. -We've also written a document on how we organize large apps at Google and on how to write -reusable components. +We've also +[written a document](http://blog.angularjs.org/2014/02/an-angularjs-style-guide-and-best.html) +on how we organize large apps at Google. The above is a suggestion. Tailor it to your needs. |
