摘要: 这个好坑啊,找半天原因 ,还以为只padding的原因,什么鬼啊 写这个css就可以了 再ie下好坑,再google浏览器下不加这段css貌似没什么问题 html, body {-ms-overflow-style: scrollbar;} 阅读全文
posted @ 2017-05-12 10:02 liucong2016 阅读(1267) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-04-24 16:15 liucong2016 阅读(2) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-04-24 16:15 liucong2016 阅读(4) 评论(0) 推荐(0) 编辑
摘要: $location.path('url').search({newNo: $scope.nextBillNo,lastBill:$scope.lastBill,billNo:$scope.obj.billnum});带参数跳转页面新的页面可以接收到值 $scope.newNo=$routeParams.newNo;$scope.lastBill=$routeParams.lastBill... 阅读全文
posted @ 2017-04-19 14:34 liucong2016 阅读(5105) 评论(0) 推荐(0) 编辑
摘要: 这个服务可以创建一个资源对象,我们可以用它非常方便地同支持RESTful的服务端数据源进行交互,当同支持RESTful的数据模型一起工作时,它就派上用场了。 REST是Representational State Transfer(表征状态转移)的缩写,是服务器用来智能化地提供数据服务的一种方式 1 阅读全文
posted @ 2017-04-18 10:02 liucong2016 阅读(325) 评论(0) 推荐(0) 编辑
摘要: //导出excel表$scope.exportOrder = function () { $scope.datetime.startTime=$scope.year+"-"+ $scope.lastmounth+"-"+$scope.lastday; $scope.datetime.endTime= 阅读全文
posted @ 2017-04-07 10:42 liucong2016 阅读(5861) 评论(0) 推荐(0) 编辑
摘要: $route.current.params 阅读全文
posted @ 2017-03-14 09:54 liucong2016 阅读(362) 评论(0) 推荐(0) 编辑
摘要: 直接给它一个初始值就可以了 ng-model的值等于默认选中的value 阅读全文
posted @ 2017-03-13 17:18 liucong2016 阅读(9146) 评论(0) 推荐(0) 编辑
摘要: 因此,解决ng-if中ng-model值无效的问题,主要方法就是在绑定值时添加$parent标识,或者用ng-show指令代替ng-if指令,这两种方法都可以达到同样的页面效果。 http://blog.csdn.net/u013451157/article/details/60866210 2 笔 阅读全文
posted @ 2017-02-28 21:50 liucong2016 阅读(1157) 评论(0) 推荐(0) 编辑
摘要: <style> .home{ color: red; background-color:lightblue; }</style><body><div class="container" ng-controller="c1"> <span ng-repeat="x in arry"> <label > 阅读全文
posted @ 2017-02-27 11:18 liucong2016 阅读(1507) 评论(0) 推荐(0) 编辑