<selectclass="form-control"name="met_select"id="met_select"ng-model="selectedMethod"ng-options="m.name for m in methods"ng-change="load_instructions(selectedMethod)">
<formrole="form"action="#">
<optionvalue=""translate>select_a_method</option>
<selectclass="form-control"name="met_select"id="met_select"ng-model="selectedMethod"ng-options="m.name for m in methods"ng-change="load_instructions(selectedMethod)">
</select>
<optionvalue=""translate>select_a_method</option>
<selectng-hide="!selectedMethod"class="form-control"name="instruction_select"id="instruction_select"ng-model="selectedIns"ng-options="ins.name for ins in selectedMethod.instructions"ng-change="load_tries(selectedIns)">
<selectng-hide="!selectedMethod"class="form-control"name="instruction_select"id="instruction_select"ng-model="selectedIns"ng-options="ins.name for ins in selectedMethod.instructions"ng-change="load_tries(selectedIns)">