size:'sm', clickOutsideToClose:false, //点击弹框外是否关闭弹框 templateUrl:'弹框的页面所在路径', locals:{store:$scope.store}, //这个在弹框的controller里边运用不需要再加$scope,所以不能双向绑定到页面,如果要绑定到页面需要从新赋值 controller:['$scope',function($scope){ //...弹框里边的一些...
1 .前端分页。(获取所有数据) 2.Java分页。(获取所有数据)(3步:1.获取数据,2.截取数据,3.封装数据)(实现简单) int pagesize=queryParam.getPageSize();// 获取页面传过来的页面大小,显示几条 int pageIndex=queryParam.getPageIndex();//获取页面传过来的当前页面 int totalCount=result.size();//result为...
close({ my: 'data' }); } $scope.cancel = function () { $uibModalInstance.dismiss(); } } self.open = function (size) { var modalInstance = $uibModal.open({ animation: self.animationsEnabled, templateUrl: 'help.html', controller: childController, size: size }); }; ++++++++++...
$uibModalInstance, widget) { const self = this; self.widget = widget; self.form = { name: widget.name, sizeX: widget.sizeX, sizeY: widget.sizeY, col: widget.col, row: widget.row }; self.sizeOptions =
点击上方“蓝字”带你去看小星星 使用redis客户端或者telnet连接redis服务器 ⚡ root@kali redis...
functionshowLogin(){varmodalInstance =$uibModal.open({animation: vm.animationsEnabled,templateUrl:'app/login/login.html',controller:'Login',controllerAs:'vm',size:'sm',resolve: { } }); modalInstance.result.then(function (user) { vm.userName = user.userName; ...
目录 1、点击计算机左下角的【田】【win】开始键 2、直接输入cmd 3、通过cmd输入【msconfig】打开系统...
size:'sm', animation:true, templateUrl: 'mlm/erp/modal/choose-department.html', controller:'chooseDeptController', resolve: { nodes:function(){ return $scope.nodes; } } }); /* modalInstance.opened.then(function(){//模态窗口打开之后执行的函数 ...