gpt4 book ai didi

angularjs - 从 angularjs + flow.js 中的 Controller 动态传递 flow-init 目标的上传 URL

转载 作者:行者123 更新时间:2023-12-03 08:21:50 24 4
gpt4 key购买 nike

我想将动态 url 传递给 flow-init 的目标属性。 URL 是在运行时生成的。

如果我分配一个包含 flow-ini 属性的范围对象。然后它返回解析错误。

最佳答案

我遇到了同样的问题:

flow-init="{target: baseUrl + 'some_url_location/another_url_location/{{entityID}}/'}"

并改为

flow-init="{target: baseUrl + 'some_url_location/another_url_location/' + entityID + '/'}"

在我的 js Controller 中,entityID 是 $scope.entityID。这个 $scope.entityID 取自当前 URL。

关于angularjs - 从 angularjs + flow.js 中的 Controller 动态传递 flow-init 目标的上传 URL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28980040/

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