Commit 4363e559 authored by ujvari's avatar ujvari Committed by Gergely Ujvari

Remove unused service dependency

parent 7dc1a96b
...@@ -373,9 +373,8 @@ class ViewFilter ...@@ -373,9 +373,8 @@ class ViewFilter
any: any:
fields: ['quote', 'text', 'tag', 'user'] fields: ['quote', 'text', 'tag', 'user']
this.$inject = ['searchfilter','stringHelpers'] this.$inject = ['stringHelpers']
constructor: (searchfilter, stringHelpers) -> constructor: (stringHelpers) ->
@searchfilter = searchfilter
@_normalize = (e) -> @_normalize = (e) ->
if typeof e is 'string' if typeof e is 'string'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment