Merge pull request #282 from taigaio/issue/2009/user-avatar-taskboard

User avatar templateUrl fix typo
stable
Juanfran 2015-01-27 07:41:20 +01:00
commit ddfcc741ee
1 changed files with 1 additions and 1 deletions

View File

@ -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": "=",