Javascript
 Computer >> コンピューター >  >> プログラミング >> Javascript

AngularJSで無線選択設定の値を動的に取得できません


radio selectの値を取得するには、次のように各ng-modelに[$index]を追加します。

<td><input type = "radio" ng-model = "classes.satisfies[$index]" value = "Country1"> India</td>
<td><input type = "radio" ng-model = "classes.satisfies[$index]" value = "Country 2"> US</td>
上記は、AngularJSで動的に結果を提供します。


  1. JavaScript-URLからGETパラメータの値を知る

    JavaScriptのURLからGETパラメータの値を知るためのコードは次のとおりです- 例 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Document</title> <style

  2. MongoDBの特定の値のカウントを取得します

    MongoDBの特定の値のカウントを取得するには、aggregate()を使用します。ドキュメントを使用してコレクションを作成しましょう- > db.demo210.insertOne( ...   { ...      details: [ ...         { ...            ClientName: "Robert" ...         }, ...