全选批量删除 添加 查询

 
 
   
 
  charset="utf-8" />
  </span><span class="html-tag">
 
 
 
  rel="stylesheet" type="text/css" href="css/bootstrap.min.css" />
 
 
   
  ng-app="myApp" ng-controller="myCtrl">
  姓名查询条件: type="text" id="name" />
 
 
 
用户列表
 
  border="1px" cellspacing="0px" cellpadding="0px" class="table-striped table-hover"> style="background: #999999;"> ng-repeat="person in persons">
 
  type="checkbox"id="quan"ng-click="quan()" />
  姓名
  年龄
  拼音
  职位
  操作
 
 
  type="checkbox"class="myCb" />
  {{person.name}}
  {{person.age}}
  {{person.pinyin}}
  {{person.zhiwei}}
  href="#"ng-click="dele($index)">删除
 
 
  type="button" id="piliang" value="批量删除" ng-click="deleAll()" />
  type="button" id="cha" value="查询" ng-click="cha()" />
  type="button" id="add" value="添加用户" ng-click="show()" />
 
id="f">
 
id="">
  添加用户信息
  姓名: type="text" name="name1" id="name1" />
年龄:
  type="text" name="age" id="age" />
拼音:
  type="text" name="pinyin" id="pinyin" />
职位:
  type="text" name="zhiwei" id="zhiwei" />
  type="button" value="保存" ng-click="save()" />
 
   
 
 
 
 
   
 

你可能感兴趣的:(全选批量删除 添加 查询)