graphdb-workbench
Version:
The web application for GraphDB APIs
12 lines (11 loc) • 745 B
HTML
<div class="simple-method" guide-selector="iri-discovery-search">
<input type="checkbox" id="{{extractionMethod.method + '_checkbox'}}"
name="{{extractionMethod.method}}" class="switch" guide-selector="iri-discovery-search-input"
ng-model="extractionMethod.selected"/>
<label for="{{extractionMethod.method + '_checkbox'}}"></label>
<a class="btn btn-link extraction-method-label"
uib-popover="{{'ttyg.agent.create_agent_modal.form.additional_query_methods.method.' + extractionMethod.method + '.tooltip' | translate}}"
popover-trigger="mouseenter">
{{'ttyg.agent.create_agent_modal.form.additional_query_methods.method.' + extractionMethod.method + '.label' | translate}}
</a>
</div>