案例:AngularJS案例     状态:可编辑再运行    进入横版
x
    <input type="text" ng-model="fName" ng-disabled="!edit" placeholder="名">
 
1
<!DOCTYPE html>
2
<html>
3
<head>
4
<meta charset="utf-8">
5
<link rel="stylesheet" href="/css/bootstrap/bootstrap3.3.7.min.css">
6
<script src="/js/angular.js1.4.6/angular.min.js"></script>
7
</head>
8
<body ng-app="myApp" ng-controller="userCtrl">
9
10
<div class="container">
11
12
<h3>Users</h3>
13
14
<table class="table table-striped">
15
  <thead>
16
    <tr>
17
      <th>编辑</th>
18
      <th></th>
19
      <th></th>
20
    </tr>
21
  </thead>
22
  <tbody>
23
    <tr ng-repeat="user in users">
24
      <td>

 运行结果 
 北美留学生论坛