You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
475 B
10 lines
475 B
2 years ago
|
<ul bs-list="basic" ng-show="ctrl.connections" id="bs-connection-list">
|
||
|
<li ng-repeat="connection in ctrl.connections track by connection.id">
|
||
|
<p>{{connection.browser.name}} - ({{connection.browser.version}})</p>
|
||
|
<!--<span bs-multi-controls="right">
|
||
|
<a href="#" ng-click="highlight(connection)" bs-button>
|
||
|
<svg bs-svg-icon><use xlink:href="#svg-target"></use></svg> Highlight
|
||
|
</a>
|
||
|
</span>-->
|
||
|
</li>
|
||
|
</ul>
|