为了账号安全,请及时绑定邮箱和手机立即绑定

angular里我设置了一个默认值,在获取后台数据后默认值怎样去掉覆盖啊?

angular里我设置了一个默认值,在获取后台数据后默认值怎样去掉覆盖啊?

慕后端8411129 2016-06-17 17:55:01
kitchenApp.controller('HomeCtrl', function ($scope,$http, $stateParams, $state) {         $http({               method: 'GET',               url: 'http://rest.ilefe.cn/rest/product/read_list'           }).then(function successCallback(response) {                              $scope.data = response.data.data;         console.log(response.data.data);           }, function errorCallback(response) {             alert("没有获取到");         });     $scope.fetch1 = function() {         $(function() {             $(".list-title ul > li").click(function() {                 $(this).addClass("finger").siblings().removeClass("finger");             });         });         $http({               method: 'GET',               url: 'http://rest.ilefe.cn/rest/product/read_list'           }).then(function successCallback(response) {                              $scope.data = response.data.data;         console.log(response.data.data);           }, function errorCallback(response) {             alert("没有获取到");         });       };       $scope.fetch2 = function() {         $(function() {             $(".list-title ul > li").click(function() {                 $(this).addClass("finger").siblings().removeClass("finger");             });         });         $http({               method: 'GET',               url: 'http://rest.ilefe.cn/rest/product/readlist/category_id/6'           }).then(function successCallback(response) {                                                        $scope.data = response.data.data;         console.log(response.data.data);           }, function errorCallback(response) {             alert("没有获取到");         });       };       $scope.fetch3 = function() {         $(function() {             $(".list-title ul > li").click(function() {                 $(this).addClass("finger").siblings().removeClass("finger");             });         });         $http({               method: 'GET',               url: 'http://rest.ilefe.cn/rest/product/readlist/category_id/7'           }).then(function successCallback(response) {                   $scope.data = response.data.data;         console.log(response.data.data);           }, function errorCallback(response) {             alert("没有获取到");         });       };     });
查看完整描述

1 回答

?
e生态

TA贡献1条经验 获得超1个赞

遍历你覆盖的数据就可以

如果是集合采用  ng-replace="item in items"自动处理

查看完整回答
1 反对 回复 2016-06-28
  • Nola_jun
    Nola_jun
    如果点击了对item点击,怎么默认绑定第一个值
  • 1 回答
  • 0 关注
  • 2493 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信