c# - MVC dropdownlist don't select item with value pass from ng-model - hope get reply? -
    i here try edit data though angularjs , got data in view - problem dropdownlist don't select value passed , don't know why ?   js code:   function getcustomer() {     var promisegetstudent = spacrudservice.getcustomer(sharedata.value);      promisegetstudent.then(function (pl) {         pl.data.miragedate = $filter('date')(pl.data.miragedate, 'yyyy-mm-        dd');          $scope.cust = pl.data;     },           function (errorpl) {               $scope.error = 'failure loading student', errorpl;           }); }   html code:   <table class="table">                 <td style="width:200px; text-align:center; vertical-align:central">إسم العميل</td>                 <td>                     <table class="table" style="margin-bottom: -3px;">                         <tr>                             <td style="padding:0; vertical-align:central; width:50%;">          ...