gbv / ng-suggest

AngularJS module to provide Typeahead via OpenSearch Suggestions
http://gbv.github.io/ng-suggest/
9 stars 4 forks source link

Select SeeAlso template based on element #10

Open nichtich opened 10 years ago

nichtich commented 10 years ago
<!-- comma-separated -->
<span seealso-api="http://example.org/" seealso-id="123"/>
<!-- list -->
<ul seealso-api="http://example.org/" seealso-id="123"/>
 <ol seealso-api="http://example.org/" seealso-id="123"/>
<!-- image -->
<img seealso-api="http://example.org/" seealso-id="123"/>
<!-- custom template -->
<div seealso-api="http://example.org/" seealso-id="123">
 ...
</div>
<!-- custom template, referenced -->
<div seealso-api="http://example.org/" seealso-id="123" template-url="..." />