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 4561544 commit 37493e2Copy full SHA for 37493e2
src/pipes/filterByTags.ts
@@ -9,7 +9,7 @@ import {CommentsService} from "../services/comments.service";
9
@Pipe({name: 'filterByTags'})
10
export class FilterByTagsPipe implements PipeTransform {
11
// static $inject = ['$q'];
12
- // constructor(private _$q: ng.IQService, private _Comments_Service: CommentsService) {
+ // constructor(private _$q: ng.IQService, private _CommentsService: CommentsService) {
13
constructor(private _$q: ng.IQService) {
14
}
15
0 commit comments