I am facing an issue with ng-include as this code is not functioning properly and I'm unable to identify the error.
<select name="select" id="select" class='input-large' ng-model="selectedbien">
<option value='dz'>dz</option>
<option value='fr'>fr</option>
</select>
Additionally,
<section ng-include src="partial/selectedbien.html"></section>
If anyone could offer assistance in identifying the problem, it would be greatly appreciated :)