Closed funkycoda closed 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>
LGTM
To start with, under the General section the URL should be made linkable.
To do this, change this, on Line 6:
to