From f0347d5efa193b6f59ac854798e90feaee727c77 Mon Sep 17 00:00:00 2001 From: Gias Kay Lee Date: Mon, 10 Mar 2014 14:50:21 +0800 Subject: docs(module): add link to mentioned resource Closes #6628 --- docs/content/guide/module.ngdoc | 5 +++-- 1 file 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. -- cgit v1.2.3