问题标签 [ng-switch]
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:ng-switch-when 中的多个值
我有以下 ngSwitch:
如您所见,我有Wrong
两个选项的文本wrong
和correct
. 我已经尝试(如您所见)使用 pipe |
,但这不起作用。有什么建议么 ?
javascript - Angular JS:布尔值上的 ng-switch 不起作用
我正在尝试根据存储在父范围中的布尔值有条件地显示指令。我不知道为什么下面不起作用。“不起作用”是指两个指令都没有显示。
即使在我的测试用例中将“userIsAuthenticated”设置为“false”,也不会显示任何指令。如果我{{userIsAuthenticated}}
在指令上方添加“false”,则会按预期输出。
我也试过这个:
如果我从它们将显示的任一指令中删除条件 ng-switch-when 属性。所以我知道问题出在我的 ng-switch 上。
angularjs - AngularJS: ngModel with ngSwitch, cannot watch?
I'm trying to make a very simple signup form, which is supposed to work in 2 steps.
- I ask the user for his email in the first step
- in the second step, I ask the user for the other details (step == 2).
The template is simple;
As you can see, there's some basic validation going on as well, and I assign the value of the email to a model I call email.
And the controller goes like this:
The problem is this: the $watch on 'email' doesn't ever trigger at all. Where's this going wrong?
javascript - 如何将所选项目存储在模型的“选择”字段中?
我想在标签或列表中显示所选项目。
我正在使用 switch 在形式和结果之间切换。请看下面的代码
在控制器中,我有如下方法,
选择列表中的项目后,当我尝试通过点击“结果”按钮切换以查看“结果”时。所选项目未填充。
谁能告诉我哪里出错了。
谢谢
angularjs - ng-switch-when 与 ng-repeat
我的 HTML 代码是
哪个不是绑定数据...(存在 TD 和文本,但绑定属性值为空)
如何一次使用 ng-switch-when 和 ng-repeat?
提前致谢
javascript - AngularJS ng-switch-trigger 在它自己的 ng-switch-wrapper 中
我正在尝试切换 2 个按钮,它们是它们自己的开关触发器。为了更好地理解:
这是一些 jsFiddle:http: //jsfiddle.net/g7vKz/
javascript - ng-switch 不适用于 angular-ui typeahead
我正在使用 angular-ui typeahead 指令和 ng-switch。目的是在输入预输入框时,会出现以“人员信息”开头的行。否则,它不会出现。现在的问题是这一行总是出现。
我在这里创建了一个 plunker。 http://plnkr.co/edit/qEaYE6BHjmMewmlheFoh
相关代码段如下;HTML;
Javascript控制器:
angularjs - ng-if,不等于?
我有一个简单的 ng-reapt 显示值列表。在一些输出中,我有几个 ng-if 来显示/隐藏 DIV。
HTML:
我的应用程序在尝试显示该!=
部分时显示错误。