Commit 5ca08d0f authored by Ujvari Gergely's avatar Ujvari Gergely

Using () inside the time-directive instead of

parent 48fdc9c0
......@@ -364,8 +364,8 @@ fuzzytime = ['$filter', '$window', ($filter, $window) ->
scope.ftime = ($filter 'fuzzyTime') ctrl.$viewValue
$window.setInterval =>
scope.$apply =>
scope.ftime = ($filter 'fuzzyTime') ctrl.$viewValue
scope.ftime = ($filter 'fuzzyTime') ctrl.$viewValue
scope.$digest()
, 5000
require: '?ngModel'
......
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