動的に生成される入力に問題があります。 どのように値を取得できますか?AngularJSの動的モデル名
<p ng-repeat="(key, value) in selectedTemplate.attributes.Params.attributes">
{{key}} : <tr><input ng-model="params[key]" type="text" placeholder="{{value}}" >
</p>
//attributes are like this
"attributes": {
"End Date": "java.sql.Timestamp",
"Containers": "java.lang.Object",
"Begin Date": "java.sql.Timestamp"
}
ありがとうございました。
ハイテクデモを作ってください、私は –
モードのコードを入力してくださいすることができ、好ましくはplunkerとして(https://plnkr.co/)手伝う。 – Brian
デモを行う必要があります。 – WorkWe