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.
すばらしい ng-flow.js を使用できます。しかし、ファイルとともに追加の文字列値を投稿できません
ng-flow.js のファイルと一緒に追加データを投稿する方法を教えてください
config を使用してオプションを設定し、クエリで文字列値を渡すことができます。以下を参照してください。
<div flow-init="config"> </div> function FilesCtrl($scope) { $scope.config = { query: {flowParamName: value} } }