Commit bfbb58c3 authored by gergely-ujvari's avatar gergely-ujvari

Fix do not give back DOM node in the repeatAnim directive.

parent ebfd2d96
......@@ -287,6 +287,7 @@ repeatAnim = ->
itemElm
.css({ 'margin-left': itemElm.width() })
.animate({ 'margin-left': '0px' }, 1500)
return
# Directive to edit/display a tag list.
tags = ['$window', ($window) ->
......
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