gpt4 book ai didi

javascript - ng-Toast 与 Angular 使用 $scope'd 对象/元素

转载 作者:行者123 更新时间:2023-12-03 04:44:54 26 4
gpt4 key购买 nike

我无法使用稀疏的 ng-Toast 文档找到此信息。

我有一个设置了 $scope.notifications 的对象列表。我希望这些对象出现在“ toast ”中。我设置 '$scope.notifications = x;'然后我的 ng-Toast 看起来像这样:

                ngToast.create({
content: $scope.notifications,
compileContent: true,
compileToScope: $scope
});

但是,我只在出现的 toast 中看到“[object] [object]”。有什么想法吗?

最佳答案

答案是“是的,你可以”。

示例:

            $scope.notifications = x;
ngToast.create({
content: '{{notice.content}}',
compileContent: true,
compileToScope: $scope
});

整洁。

关于javascript - ng-Toast 与 Angular 使用 $scope'd 对象/元素,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42910840/

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