第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機(jī)立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

使用 ng-repeat 表劑量負(fù)載數(shù)據(jù)

使用 ng-repeat 表劑量負(fù)載數(shù)據(jù)

PHP
aluckdog 2023-07-01 13:05:54
我將數(shù)據(jù)從 php 加載到 Angular js 中的變量,但表未加載數(shù)據(jù)并保持為空       <script>           var app = angular.module('clientesApp', []);               app.controller('clientesController', function ($scope,$interval) {               $scope.clientes =[];               $scope.error = [];               $scope.alertMsg=false;               $scope.carregarClientes = function () {                   $.getJSON(                       "/abcaia/getclientes.php", {},                       function (jsonData) {                           $scope.clientes = jsonData;                           console.log($scope.clientes);                           $scope.applay;                       });               };         });       </script>我添加了一個按鈕,該按鈕調(diào)用請求數(shù)據(jù)的功能,然后加載數(shù)據(jù),但我希望它在頁面加載時加載       <div ng-init="carregarClientes()">         <button id="btnEnviaComent" class="btn btn-success btn-x" ng-click="carregarClientes()">             Enviar         </button>         <table class="table table-bordered table-striped">             <thead>               <tr>                 <th>id</th>                 <th>info</th>               </tr>             </thead>             <tbody ng-repeat = "c in clientes" >               <td>{{c.idCliente}}</td>               <td>{{c.info}}</td>             </tbody>         </table>       </div>
查看完整描述

2 回答

?
慕雪6442864

TA貢獻(xiàn)1812條經(jīng)驗(yàn) 獲得超5個贊

發(fā)現(xiàn)問題了

我有 $scope.apply;插入 $scope.$apply();


查看完整回答
反對 回復(fù) 2023-07-01
?
慕沐林林

TA貢獻(xiàn)2016條經(jīng)驗(yàn) 獲得超9個贊

$scope.carregarClientes()只需在函數(shù)聲明之后調(diào)用即可。您將得到與單擊按鈕相同的結(jié)果。



查看完整回答
反對 回復(fù) 2023-07-01
  • 2 回答
  • 0 關(guān)注
  • 182 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號