Merge pull request #282 from taigaio/issue/2009/user-avatar-taskboard
User avatar templateUrl fix typostable
commit
ddfcc741ee
|
@ -450,7 +450,7 @@ TaskboardUserDirective = ($log) ->
|
||||||
|
|
||||||
return {
|
return {
|
||||||
link: link,
|
link: link,
|
||||||
template: "taskboard/taskboard-user.html",
|
templateUrl: "taskboard/taskboard-user.html",
|
||||||
scope: {
|
scope: {
|
||||||
"usersById": "=users",
|
"usersById": "=users",
|
||||||
"project": "=",
|
"project": "=",
|
||||||
|
|
Loading…
Reference in New Issue