javascript - 我想在 Angularjs 表中显示此 Json 数据

标签 javascript jquery angularjs json

我的 JSON 文件的内容是:

{  
   "categories":[  
      {  
         "dept_id":"123",
         "category_name":"database",
         "category_discription":"list of database",
         "current time":"2016-07-21 06:27:17",
         "id":"1"
      },
      {  
         "dept_id":"1234",
         "category_name":"debugging",
         "category_discription":"program debugger",
         "current time":"2016-07-21 06:32:24",
         "id":"2"
      },
      {  
         "dept_id":"12345",
         "category_name":"system analyzer",
         "category_discription":null,
         "current time":"2016-07-21 06:33:23",
         "id":"3"
      }
   ],
   "departments":[  
      {  
         "name":"manpreet singh",
         "address_info":"qadian",
         "current time":null,
         "id":"1"
      },
      {  
         "name":"tushal gupta",
         "address_info":"amritsar",
         "current time":"2016-07-21 06:10:14",
         "id":"2"
      },
      {  
         "name":"haroop singh",
         "address_info":"amritsar",
         "current time":"2016-07-21 06:11:12",
         "id":"3"
      }
   ],
   "digital_marketing":[  
      {  
         "dept_id":"123",
         "phone":"99889988",
         "mobile":null,
         "email":"thbs@gmail.com",
         "web":null,
         "facebook":null,
         "twitter":null,
         "linkedin":null,
         "current time":"2016-07-21 06:10:16",
         "id":"1"
      },
      {  
         "dept_id":"1234",
         "phone":"998899888",
         "mobile":null,
         "email":null,
         "web":null,
         "facebook":"gtudgal@fb.com",
         "twitter":"tushalgupta",
         "linkedin":null,
         "current time":"2016-07-21 06:30:19",
         "id":"2"
      },
      {  
         "dept_id":"12345",
         "phone":"99889877",
         "mobile":null,
         "email":"fhdts@mail.com",
         "web":null,
         "facebook":"sdfh33@fb.com",
         "twitter":null,
         "linkedin":null,
         "current time":"2016-07-21 06:30:13",
         "id":"3"
      }
   ]
}

我正在使用这个,但它只显示类别数据:

<table border="1">
  <b><tn>categories</tn></b>
  <tr>
    <th>dept_id</th>
    <th>category_name</th>
    <th>category_discription</th>
    <th>current time</th>
    <th>Id</th>
  </tr>
  <tr ng-repeat="x in retails">
    <td>{{ x.dept_id }}</td>
    <td>{{ x.category_name }}</td>
    <td>{{ x.category_discription }}</td>
    <td>{{ x.currenttime }}</td>
    <td>{{ x.id }}</td>
  </tr>
</table>

<script>
    var app = angular.module('myApp', []);
    app.controller('dataCtrl', function($scope, $http) {
      $http.get("/home/manpreet/Desktop/retails.json").then(function (response) {
        $scope.retails = response.data.categories;
      });
    });
</script><br>
<div ng-app="myApp2" ng-controller="customersCtrl3">
    <table border="1">
        <b>
            <tn>departments</tn>
        </b>
        <tr>
            <th>Name</th>
            <th>Address_info</th>
            <th>currenttime</th>
            <th>Id</th>
        </tr>
        <tr ng-repeat="x in retails">
            <td>{{ x.name }}</td>
            <td>{{ x.address_info }}</td>
            <td>{{ x.currenttime }}</td>
            <td>{{ x.id }}</td>
        </tr>
    </table>
</div>
<script>
    var app = angular.module('myApp2', []);
    app.controller('customersCtrl3', function($scope, $http) {
    $http.get("/home/manpreet/Desktop/retails.json").then(function (response){
       $scope.retails = response.data.departments;
     });
    });
</script>

此代码仅显示表类别中的类别数据。我想显示不同表中的所有数据,例如部门表中的部门数据、digital_marketing 表中的 digital_marketing 数据。我如何使用 angularjs 在单个代码中做到这一点。

最佳答案

你能把你的代码改成这样吗?您必须将 JSON 数据中的部门和类别映射到两个不同的对象。

<script>
var app = angular.module('myApp2', []);
app.controller('customersCtrl3', function($scope, $http) {
$http.get("/home/manpreet/Desktop/retails.json").then(function (response){
   $scope.department = response.data.departments;//categories
          $scope.categories = response.data.categories;
 });
});
</script>

在你的html中:

<table border="1">
  <b><tn>categories</tn></b>
  <tr>
    <th>dept_id</th>
    <th>category_name</th>
    <th>category_discription</th>
    <th>current time</th>
    <th>Id</th>
  </tr>
  <tr ng-repeat="x in categories">
    <td>{{ x.dept_id }}</td>
    <td>{{ x.category_name }}</td>
    <td>{{ x.category_discription }}</td>
    <td>{{ x.currenttime }}</td>
    <td>{{ x.id }}</td>
  </tr>
</table>

<table border="1">
<b><tn>departments</tn></b>
<tr>
<th>Name</th>
<th>Address_info</th>
<th>currenttime</th>
<th>Id</th>
</tr>
<tr ng-repeat="x in department">
<td>{{ x.name }}</td>
<td>{{ x.address_info }}</td>
<td>{{ x.currenttime }}</td>
<td>{{ x.id }}</td>
</tr>
</table>

关于javascript - 我想在 Angularjs 表中显示此 Json 数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39117549/

相关文章:

php - 按图像名称降序对 Div 进行排序?

javascript - 如何在下划线分隔的应用程序版本之间找到最大值

jquery - 检测文本框内容是否已更改的电池友好方式

c# - 自定义客户端消息

javascript - Angular上传图像并显示给用户

javascript - 在左/右对齐的框架/窗口中自动调整缩略图大小

javascript - jQuery 获取 HTML 内容 INSIDE div

javascript - Flex Slider Teaser 拇指图像 slider

javascript - 使用不记名 token 在 JavaScript 中加载图像

javascript - 单击 getElementsByClassName 和 where