Skip to content

Commit

Permalink
Fix rootToken declaration in dependencyTree
Browse files Browse the repository at this point in the history
  • Loading branch information
LFDM committed Nov 16, 2014
1 parent ea96246 commit b91422c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/js/arethusa.dep_tree/directives/dependency_tree.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ angular.module('arethusa.depTree').directive('dependencyTree', [

// Templates to be compiled in the course of this directive
function rootTokenHtml() {
return '<span root-token root-id="' + rootId + '" s-id="' + inferSentenceId() + '">' +
return '<span root-token root-id="' + rootId + '" sentence-id="' + inferSentenceId() + '">' +
rootText +
'</span>';
}
Expand Down

0 comments on commit b91422c

Please sign in to comment.