I want to pass dynamic url to flow-init's target property. the URL was generated at runtime.
If I assign a scope object which contains the properties for flow-ini. Then it return parse error.
I want to pass dynamic url to flow-init's target property. the URL was generated at runtime. If I assign a scope object which contains the properties for flow-ini. Then it return parse error. |
||||
|
I had the same issue:
and changed to
where entityID is $scope.entityID in my js controller. This $scope.entityID is taken from the current URL. |
|||
|