i have a iframe what i have included in a div.
<iframe id="uploaderFrame" src="/de-de/[SVO]FileUploader.aspx?projectNo=15" width="250" height="100"></iframe>
In this iframe i now have hiden fields.
<input type="hidden" ng-model="projectNo" name="projectNo" id="projectNo" value="{{projectNo}}"/>
What is the right way to pass the parameter into the hidden field?
Thx