Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
fix(annotations): Fix participant link
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Schranz committed Mar 11, 2015
1 parent 9619bdf commit c6c4556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/annotations/annotations.table.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module ngApp.projects.models {
id: "participant_id",
sref: function (field) {
return {
state: "participant",
state: "/participants/",
filters: {
participantId: field.val
}
Expand Down

0 comments on commit c6c4556

Please sign in to comment.