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

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

如何在準(zhǔn)備好文檔的AngularJS控制器中運(yùn)行函數(shù)?

如何在準(zhǔn)備好文檔的AngularJS控制器中運(yùn)行函數(shù)?

我在我的角度控制器中有一個(gè)函數(shù),我希望可以在準(zhǔn)備好文檔的文件上運(yùn)行此函數(shù),但是我注意到在創(chuàng)建dom時(shí),它會(huì)運(yùn)行角度函數(shù)。 function myController($scope) {     $scope.init = function()     {        // I'd like to run this on document ready     }     $scope.init(); // doesn't work, loads my init before the page has completely loaded }有人知道我該怎么做嗎?
查看完整描述

3 回答

?
開滿天機(jī)

TA貢獻(xiàn)1786條經(jīng)驗(yàn) 獲得超13個(gè)贊

快速查找:


// register controller in html

<div data-ng-controller="myCtrl" data-ng-init="init()"></div>


// in controller

$scope.init = function () {

    // check if there is query in url

    // and fire search in case its value is not empty

};

這樣,您不必等到文檔準(zhǔn)備就緒。


查看完整回答
反對(duì) 回復(fù) 2019-10-14
  • 3 回答
  • 0 關(guān)注
  • 581 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

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

幫助反饋 APP下載

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

公眾號(hào)

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