gpt4 book ai didi

javascript - Angular js : accessing $scope from jQuery

转载 作者:数据小太阳 更新时间:2023-10-29 03:48:01 25 4
gpt4 key购买 nike

stackoverflow中有好几个这样的问题。我知道。尝试了所有答案,但仍然没有运气。我的 HTML:

    <div class="headline" id="headline-game">
{{gameContent.headline}}
</div>

jQuery:

    var country = $("#headline-game").scope().headline;
alert(country);

但我得到的是未定义的,而不是我的作用域。谁能帮我?我不想更改范围,只是访问它。

最佳答案

Angular 将全局 angular 变量添加到您的窗口。

所以你可以这样做:

angular.element("#headline-game").scope().gameContent.headline;

关于javascript - Angular js : accessing $scope from jQuery,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21877008/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com