From a25011669467ac334d55781511ac4007c604ef8f Mon Sep 17 00:00:00 2001 From: Matt Haggard Date: Thu, 16 May 2013 09:11:37 -0600 Subject: doc(guide): add links to angular-seed examples The examples in the angular-seed project are better than nothing, which is what we currently have here! --- docs/content/guide/dev_guide.e2e-testing.ngdoc | 4 ++++ docs/content/guide/dev_guide.unit-testing.ngdoc | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'docs/content/guide') diff --git a/docs/content/guide/dev_guide.e2e-testing.ngdoc b/docs/content/guide/dev_guide.e2e-testing.ngdoc index 99f93228..5dd8d602 100644 --- a/docs/content/guide/dev_guide.e2e-testing.ngdoc +++ b/docs/content/guide/dev_guide.e2e-testing.ngdoc @@ -176,3 +176,7 @@ JavaScript is a dynamically typed language which comes with great power of expre come with almost no-help from the compiler. For this reason we feel very strongly that any code written in JavaScript needs to come with a strong set of tests. We have built many features into angular which makes testing your angular applications easy. So there is no excuse for not testing. + + +# Example +See the {@link angular-seed https://github.com/angular/angular-seed} project for an example. \ No newline at end of file diff --git a/docs/content/guide/dev_guide.unit-testing.ngdoc b/docs/content/guide/dev_guide.unit-testing.ngdoc index 73334af7..4d4bac5f 100644 --- a/docs/content/guide/dev_guide.unit-testing.ngdoc +++ b/docs/content/guide/dev_guide.unit-testing.ngdoc @@ -348,4 +348,5 @@ ou ou ## Sample project -uoe +See the {@link angular-seed https://github.com/angular/angular-seed} project for an example. + -- cgit v1.2.3