問題タブ [angular-formly]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
ruby-on-rails - モデルを AngularJS のディレクティブに渡す
ページに 4 つの選択ドロップダウンがあります。それぞれの下に、angular-formly を使用した選択に基づいて動的 HTML を生成したいと思います。
私はこれまでのところこれを持っています:
ruleSelect.js.erb
ruleSelect.html.slim
しかし、スコープoptions
は設定されていruleBldr
ますが空です。
HTML ページ
angular-formly - Angular Formly を使用してデータリストをレンダリングすることは可能ですか?
Angular Formly を使用してデータリストをレンダリングしようとしていますが、成功しません。私が持っているものでは、テキスト入力要素をレンダリングしますが、データリスト マークアップをドロップします。
問題を示す JS Bin はhttp://jsbin.com/vamalasiru/edit?html,js,outputにあります。
何かご意見は?
angularjs - ディレクティブ フィールド タイプの DefaultValue の設定
2 つのフィールドがあることがわかります。1 つは通常input
のフィールドで、もう 1 つは を参照する新しいフィールド タイプですexampleDirective
。注意してください...私の実際のアプリケーションでは、これらのフィールドは JSON からプルされ、手動でfields
配列に追加されません。
配列DefaultValue
内の各レコードに を設定しました。fields
繰り返しますが、これらのデフォルト値は JSON から取得されています。
RegularInput
フィールドは、入力フィールド内にデフォルトを正しく表示しています。
そうではDirectiveInput
ありません。モデルを見てください。デフォルト値がディレクティブ内の入力フィールド (複数ある場合はフィールド) ではなく、フィールド自体に適用されていることがわかります。
DefaultValue
このような状況で仕事をする方法はありますか?そうでない場合...JSONからプルしている値をディレクティブフィールドに配置するための最良の方法は何ですか?
angularjs - Angular Formly - ラッパーの解析ディレクティブ
次のように設定されたフィールドがあります。
HTML をレンダリングするために、これをラッパーに入れています。
しかし、ui-router ディレクティブ ui-sref は検出されません。これを達成する方法はありますか?
ありがとうポール
angularjs - Updating the min/max templateOptions
Please have a look at the following jsbin
At first, numberTest
requires the user to input a number between 5 and 10 (as noted by the description beneath it). If you press the change min/max
button, the min/max fields are updated to 500 and 510. Again, you can see the description has updated to these new values.
However, it still requires the user to enter a value between the original min/max settings (5 and 10). How do I get the validation to see the new settings? Clearly, I am setting them correctly because the description under the field is updating correctly. It seems that the validation is stuck with the original values.
EDIT: I added better validation messages to the field. You can see that even the validation message thinks that the new min/max values are correct but the field still requires 5-10.
angularjs - 最小/最大通貨フィールド
ユーザーの入力範囲を適切にチェックしているフィールドが 1 つあります。これは数値フィールドです。
入力を通貨形式に変更する別のフィールドがあります。これはテキストフィールドです。
私の問題は、1 つの分野でこれらの両方のアイデアを実行できないことです。1 つのフィールドはテキストである必要があり、もう 1 つのフィールドは数値である必要があります。
両方の分野の融合を達成できるものはありますか?
javascript - :: の意味 in angular formly
angular をしっかりと使用する方法を学習しようとしていますが、公式 Web サイトのガイドと例で使用されている構文の一部を理解するのに苦労しています。ボタンフォームコントロールを定義するとき、私はこのテンプレートを見ました:
私の質問は、「to.type」と「to.btnType」の前の「::」の意味は何ですか? どのように使われていますか?それは次のように定義することとどう違うのですか: