User avatar templateUrl fix typo

stable
Xavier Julián 2015-01-26 15:14:09 +01:00
parent 1981389445
commit ee244edd83
1 changed files with 1 additions and 1 deletions

View File

@ -450,7 +450,7 @@ TaskboardUserDirective = ($log) ->
return {
link: link,
template: "taskboard/taskboard-user.html",
templateUrl: "taskboard/taskboard-user.html",
scope: {
"usersById": "=users",
"project": "=",