Commit c8e4e417 authored by Ujvari Gergely's avatar Ujvari Gergely

Superfluous argument in fuzzytime directive

parent bcc462da
......@@ -356,7 +356,7 @@ username = ['$filter', '$window', ($filter, $window) ->
template: '<span class="user" ng-click="uclick($event)">{{uname}}</span>'
]
fuzzytime = ['$filter', '$window', ($filter, $window) ->
fuzzytime = ['$filter', ($filter) ->
link: (scope, elem, attr, ctrl) ->
return unless ctrl?
......
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