javascript - Angular ng-selected not working -


i trying set selected tab when user tries edit or profile data preset current data. creates list doesnt create selected. can tell me wrong?

<b>education:</b> <select class="form-control"             ng-model="currentuser.education">             <option ng-repeat="education in educations" value = "{{education.educationid}}"              ng-selected ="{{education.educationname == currentuser.educationname}}">{{education.educationname}}</option>         </select> 


Comments

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -

Nuget pack csproj using nuspec -