問題タブ [angularjs-templates]
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.
angularjs - タグを使わずにテンプレートページでデータを出力するには?
angularjs - Angularjs テンプレートが機能しない
私はルーティングに関するアプリ、私のコードに取り組んでいます:
テンプレート ページに「test」と表示されるはずですが、なぜ機能しなかったのかわかりません。
事前に感謝します。
angularjs - Angular カスタム ディレクティブ .match は関数ではありません
シンプルな角度の無線グループ ディレクティブを作成しようとしています。コンポーネントには、文字列の配列、ID、および選択したオプションをバインドする属性が渡されます。コードを実行すると、次のエラーが表示されます
angular.js:13642TypeError: a.match は関数ではありません
ここに私が持っているものがあります: app.js:
radio-group-directive.js:
ラジオ グループ テンプレート.html:
yes-no-radio-group-directive.js:
利用方法:
javascript - Inline template of AngularJS does not work with XHTML
I am puzzled about a behavior of inline templates of AngularJS with XHTML.
This code works well with the extension of the source .html
but with .xhtml
, child nodes of <div data-dir="dir">
turn empty.
I would be happy if someone could tell me what happens with a change of extensions.
javascript - 角度でng-templateを使用するには?
クライアント側のAngularアプリを書いています.Angularのng-template
.
だから、私はこれを持っていますnavbar
:
わかりました、私が使用する最後の<ul>
タグng-include="getTemplate()"
で、 getTemplate はこの関数です:
基本的に、これは同じテンプレートを返しますが、ロジックを追加する前にこれを機能させたいだけです。
「notauth」テンプレートは次のとおりです。
navbar をすべてのビューで同じにしたいので、これは私の index.html ページ内にあることに注意してください。ただし、ユーザーの状態に応じてテンプレートを変更します。ユーザーがログインしている場合は auth テンプレートを使用し、そうでない場合は notauth テンプレートを使用します。
問題は、これが機能しないことであり、問題が何であるかを理解できません。