Fixed another javascript error on race condition (again)
parent
d8d3f3f838
commit
517c012c32
|
@ -284,7 +284,7 @@ CreatedByDirective = ->
|
|||
|
||||
link = ($scope, $el, $attrs, $model) ->
|
||||
renderAssignedTo = (instance) ->
|
||||
owner = null
|
||||
owner = {}
|
||||
date = null
|
||||
|
||||
if instance?
|
||||
|
|
Loading…
Reference in New Issue