Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36b888e commit 76c0ddfCopy full SHA for 76c0ddf
src/ng/filter.js
@@ -7,7 +7,7 @@
7
*
8
* Filters are just functions which transform input to an output. However filters need to be Dependency Injected. To
9
* achieve this a filter definition consists of a factory function which is annotated with dependencies and is
10
- * responsible for creating a the filter function.
+ * responsible for creating a filter function.
11
12
* <pre>
13
* // Filter registration
0 commit comments