Question:What is the way to create a filter that uses other filters?
A Use the Module.filter method to specify a factory function
B Add an AngularJS localization file to the HTMLdocument via a script element
C Use the "filter" filter
D Declare a dependency on the $filter service in the custom filter factory function
+ AnswerD
+ Report