Sotera / Datawake-Legacy

This project is superseded by the current Datawake project but is maintained here for existing users. Browser extension and backend services aimed at enhancing Internet search with domain specific knowledge, collaboration, and analysis.
Apache License 2.0
10 stars 5 forks source link

some external links from chrome plugin broken #77

Closed eric-kimbrel closed 9 years ago

eric-kimbrel commented 9 years ago

Using the chrome plugin in the v0.5.1 release external links using the attribute type will not work.

fix in domain-features-partial.html line 24

<a ng-href="{{tools.link.replace('$ATTR',entities.type).replace('$VALUE',entity)}}" target="_blank">{{tools.display}}</a>

should be

<a ng-href="{{tools.link.replace('$ATTR',type).replace('$VALUE',entity)}}" target="_blank">{{tools.display}}</a>