Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
コントローラー内から「レガシーコード」を実行する必要があり、要素を取得する必要があります
function EmailformController($scope) { // here I need to get current dom/jqueried element, how to do it? }
ディレクティブを使用する必要があります。コントローラー内で DOM 要素を扱うべきではありません。ビジネス ロジックのみをコントローラーに入れる必要があり、DOM 操作はディレクティブに入れる必要があります。