ng-repeat พร้อม Auto Select

เมื่อเราต้องการให้ auto select บน option ng-repeat ให้สร้าง ng-model ขึ้นมาอีกตัวและซ่อนไว้ด้วย type=hidden เพื่อส่งตัวแปรไปยัง  ng-select ใน option จะทำให้ โปรแกรม เลือก ตัวแปรให้โดยอัตโนมัติ



<label class="item item-input  item-select">
          <span class="input-label">จังหวัด</span><input type="hidden" ng-model="province_id2" value="36">
          <select data-ng-init="get_province()" ng-model='province_id' ng-change="get_ampur()">
            <option ng-repeat="province in return_province" ng-selected="{{province_id==province_id2}}" value="{{province.PROVINCE_ID}}">{{province.PROVINCE_NAME}}</option>
           
          </select>
        </label>
Share on Google Plus

About I'am Webmaster

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment
    Facebook Comment

0 comments :