我在我的Ionic应用程序中使用一些代码来显示一个弹出框,然后另一个按钮在应用程序中加载一个页面。 popover工作正常,因为openPopover函数在函数中获取ID等,但我试图让第二个按钮在单击时加载页面,它将根据ID更改。如果我更换
{{currentContext.exhibitor.id}}
带
E105
这是它工作的上下文中的ID号,但如果我使用它没有的功能。有没有办法做我想做的事情?
<button class="card badgeButton" ng-click="openPopover($event, currentContent.exhibitor)"><i class="icon ion-locked card-icon" style="font-size: 20px; color: #FFA500"></i></button>
<button class="card badgeButton" onclick="window.location.href='#/menu/exhibitor/{{ currentContext.exhibitor.id }}'"><i class="icon ion-information card-icon" style="font-size: 20px; color: #980a82"></i></button>
答案 0 :(得分:0)
如果您要使用离子变量,您是否尝试使用 WHERE IngredientName IN ('EGG','EGGS')
代替declarations: [
...
Box
]
?
ng-click
请检查代码结果(浏览器)并将其放在此处,这样我们就可以获得更多线索并为您提供帮助。