增删改查列表angular.js页面实现




    "utf-8">
    "X-UA-Compatible" content="IE=edge">
    品牌管理
    "width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no" name="viewport">
    "stylesheet" href="../plugins/bootstrap/css/bootstrap.min.css">
    "stylesheet" href="../plugins/adminLTE/css/AdminLTE.css">
    "stylesheet" href="../plugins/adminLTE/css/skins/_all-skins.min.css">
    "stylesheet" href="../css/style.css">
    
    

    
    
    
    "stylesheet" href="../plugins/angularjs/pagination.css"/>
    

class="hold-transition skin-red sidebar-mini" ng-app="eshop" ng-controller="brandController" >
  
                    
class="box-header with-border">

class="box-title">品牌管理

class="box-body">
class="table-box">
class="pull-left">
class="form-group form-inline">
class="btn-group">
class="box-tools pull-right">
class="has-feedback"> 品牌名称:"searchEntity.name"> 品牌首字母:  "searchEntity.firstChar">  
"dataList"class="table table-bordered table-striped table-hover dataTable"> "entity in list">
class="" style="padding-right:0px"> "selall" type="checkbox" class="icheckbox_square-blue"> class="sorting_asc">品牌ID class="sorting">品牌名称 class="sorting">品牌首字母 class="text-center">操作
"checkbox" ng-click="selectid($event,entity.id)"> {{entity.id}} {{entity.name}} {{entity.firstChar}} class="text-center">
"paginationConf">
class="modal fade" id="editModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
class="modal-dialog" >
class="modal-content">
class="modal-header">

"myModalLabel">品牌编辑

class="modal-body"> class="table table-bordered table-striped" width="800px">
品牌名称 class="form-control" placeholder="品牌名称" ng-model="entity.name">
首字母 class="form-control" placeholder="首字母" ng-model="entity.firstChar">
class="modal-footer">

 

你可能感兴趣的:(增删改查列表angular.js页面实现)