I am able to use the wonderful ng-flow.js. But I am unable to post additional String Value along with file
Please tell me how can i post additional data along with the file in ng-flow.js
I am able to use the wonderful ng-flow.js. But I am unable to post additional String Value along with file
Please tell me how can i post additional data along with the file in ng-flow.js
You can set options using config and pass a string value in query see below
<div flow-init="config">
</div>
function FilesCtrl($scope) {
$scope.config = {
query: {flowParamName: value}
}
}