docs(tutorial/step_09): note about 'Filter' suffix

Reminder that 'Filter' is appended to filter names when injected.
Link to Filter guide where this is mentioned.
This commit is contained in:
Matt Johansen
2014-06-09 22:41:50 -05:00
committed by Brian Ford
parent 73640a6b7c
commit 286f269753

View File

@@ -109,6 +109,9 @@ for this test run.
Note that we call the helper function, `inject(function(checkmarkFilter) { ... })`, to get
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.
You should now see the following output in the Karma tab:
<pre>Chrome 22.0: Executed 4 of 4 SUCCESS (0.034 secs / 0.012 secs)</pre>