aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide/dev_guide.e2e-testing.ngdoc
diff options
context:
space:
mode:
authorMatt Haggard2013-05-16 09:11:37 -0600
committerPete Bacon Darwin2013-05-16 22:03:23 +0100
commita25011669467ac334d55781511ac4007c604ef8f (patch)
treefacbaf919d343f539ebe86b5157a8f1121bc848d /docs/content/guide/dev_guide.e2e-testing.ngdoc
parent9a73d71f47b280d02ed47efed0b578272b8b0bc5 (diff)
downloadangular.js-a25011669467ac334d55781511ac4007c604ef8f.tar.bz2
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!
Diffstat (limited to 'docs/content/guide/dev_guide.e2e-testing.ngdoc')
-rw-r--r--docs/content/guide/dev_guide.e2e-testing.ngdoc4
1 files changed, 4 insertions, 0 deletions
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