AngularJS最接近的选择

时间:2016-11-22 03:26:30

标签: jquery angularjs

以下jQuery代码的等效AngularJS代码(控制器)是什么?

$("#tabsContainer").closest("[id^='MSOZoneCell_WebPart']").find("span[id^='WebPartCaptionWPQ']").each(function(){
        CEWPID = $(this).attr("id");
    });
    if (CEWPID === ""){
        CEWPID = $("#tabsContainer").closest("[id^='MSOZoneCell_WebPart']").attr("id");
}

0 个答案:

没有答案