Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<html ng-app="app">
  <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.14/angular.min.js"></script>
<div ng-controller="CampaignDetailCtrl">
  <button ng-click="showSelection()">Show Selection</button> 
  
  <p><small>Click row to select<small></p>
<table>
    <thead>
        <tr>
            <th>Name</th>
        </tr>
        </thead>
        <tbody>
            <tr selection ng-repeat="record in records">
                <td>{{record.name}}</td>
            </tr>
        </tbody>
     </table>
</div>
</html>
Output

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers