1、ng-model绑定输入域的数据到控制器的属性。修改输入域的值,属性的值也将修改(双向绑定)
2、ng-repeat可用于创建表格,使用 <td>{{ $index + 1 }}</td> 创建序号