Let's take a look at the simplest way you can use select boxes in AngularJS: <div ng-init="location = 'India'"> <select ng-model="location"> <option ...
確定! 回上一頁