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
Post a Comment