以下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");
}