MapofLife / datasets

A datasets list and information view for Map of Life
https://mol.org/datasets/
MIT License
1 stars 2 forks source link

Make all links "linkable" #57

Closed funkycoda closed 8 years ago

funkycoda commented 8 years ago

To start with, under the General section the URL should be made linkable.

To do this, change this, on Line 6:

<strong>{{ mdc.label }}</strong>: {{ mdc.value }}

to

<strong>{{ mdc.label }}</strong>: <span ng-bind-html="mdc.value | linky:'_blank'"></span>
funkycoda commented 8 years ago

LGTM