Skip to content
This repository has been archived by the owner on Jun 17, 2019. It is now read-only.

Commit

Permalink
Add label doc in wordtree feedback list
Browse files Browse the repository at this point in the history
  • Loading branch information
trivedigaurav committed Jul 22, 2015
1 parent 9a3f11f commit a38fa77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ <h4>Feedback List</h4>
<span ng-if="feedback.kind == 'TYPE_WORDTREE'">
"<em>{{feedback.selected}}</em>" indicates
<strong>{{$root.config.variableMapping[feedback.variable]}}</strong>
to be <strong>{{$root.config.classificationName[feedback.classification] | lowercase}}</strong> (<a href="#" ng-click="searchWordTree(feedback.span)">{{feedback.docList.length}}</a>).
to be <strong>{{$root.config.classificationName[feedback.classification] | lowercase}}</strong> (<a href="#" ng-click="searchWordTree(feedback.span)">{{feedback.docList.length}}</a> doc).
</span>
</span>
</alert>
Expand Down

0 comments on commit a38fa77

Please sign in to comment.