实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化 恢复 运行
x
 
1
<!DOCTYPE html>
2
<html>
3
<link rel="stylesheet" href="//apps.bdimg.com/libs/bootstrap/3.2.0/css/bootstrap.min.css">
4
<script src= "https://apps.bdimg.com/libs/angular.js/1.3.9/angular.min.js"></script>
5
<body ng-app="myApp" ng-controller="userCtrl">
6
7
<div class="container">
8
9
<h3>Users</h3>
10
11
<table class="table table-striped">
12
  <thead>
13
    <tr>
14
      <th>编辑</th>
15
      <th></th>
16
      <th></th>
17
    </tr>
18
  </thead>
19
  <tbody>
20
    <tr ng-repeat="user in users">
21
      <td>
22
        <button class="btn" ng-click="editUser(user.id)">