ng-学习笔记1

1、ng-model绑定输入域的数据到控制器的属性。修改输入域的值,属性的值也将修改(双向绑定)

2、ng-repeat可用于创建表格,使用 <td>{{ $index + 1 }}</td创建序号

 

你可能感兴趣的:(ng-学习笔记1)