diff options
| author | Matt Haggard | 2013-05-16 09:11:37 -0600 |
|---|---|---|
| committer | Pete Bacon Darwin | 2013-05-16 22:02:16 +0100 |
| commit | 1f99c3a521e84902e3021166d8024c8f419e53d2 (patch) | |
| tree | 63a60ed437b9c649a30c4534823e26364548d0da /docs/content/guide/dev_guide.e2e-testing.ngdoc | |
| parent | a380fc46247a5b61a71199a01670c751396881f5 (diff) | |
| download | angular.js-1f99c3a521e84902e3021166d8024c8f419e53d2.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.ngdoc | 4 |
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 |
