Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
docs(guide/unit-testing): fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorMinar committed Mar 26, 2014
1 parent 372e31a commit 3bf8d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/guide/unit-testing.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ replaced the content and "lidless, wreathed in flame, 2 times" is present.
### Testing Directives With External Templates

If your directive uses `templateUrl`, consider using
{@link https://github.com/karma-runner/karma-ng-html2js-preprocessor karma-ng-html2js-preprocessor}
[karma-ng-html2js-preprocessor](https://github.com/karma-runner/karma-ng-html2js-preprocessor)
to pre-compile HTML templates and thus avoid having to load them over HTTP during test execution.
Otherwise you may run into issues if the test directory hierarchy differs from the application's.

Expand Down

0 comments on commit 3bf8d6c

Please sign in to comment.