docs(tutorial/step_09): fix link to filter guide

This commit is contained in:
Brian Ford
2014-06-10 01:34:41 -07:00
parent 5e140a99c7
commit fcfe2b3793

View File

@@ -110,7 +110,8 @@ Note that we call the helper function, `inject(function(checkmarkFilter) { ... }
access to the filter that we want to test. See {@link angular.mock.inject angular.mock.inject()}.
Notice that the suffix 'Filter' is appended to your filter name when injected.
See the {@link Filters Filter Guide} - 'Using filters in controllers and services' section where this is outlined.
See the {@link guide/filter#using-filters-in-controllers-services-and-directives Filter Guide}
section where this is outlined.
You should now see the following output in the Karma tab: