Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="http://code.jquery.com/jquery.min.js"></script>
<link href="http://getbootstrap.com/dist/css/bootstrap.css" rel="stylesheet" type="text/css" />
<script src="http://getbootstrap.com/dist/js/bootstrap.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.1/angular.min.js"></script>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body ng-app="pager" ng-controller="pagerCtrl">
<div class="data-con">
  <table class="table table-hover">
        <thead>
          <tr>
            <th>领卡时间</th>
            <th>余额</th>
            <th>剩余积分</th>
          </tr>
        </thead>
        <tbody>
          <tr ng-repeat="d in getData()">
            <td>{{d.time}}  </td>
            <td>{{d.cash}}  </td>
            <td>{{d.integral}}</td>
            <td>
            
            </td>
          </tr>
        </tbody>
      </table>
</div>
</div>
  <ul>
<!--     <li ng-class="{current: currentPageIndex == $index}"
        ng-repeat="l in getPageNum()"
        ng-click="getPageData($index)">{{$index}}</li>
      </ul> -->
  
  <div page-contol  crtindex="currentPageIndex"></div>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
pensacola1989pro
0viewers