我正在尝试执行以下操作:
ng-if="newItem.location == 'belowLesson{{lesson.Id}}'"
它仅适用于 ng-show。
换句话说,如果我设置newItem.location
等于字符串 'belowLesson28' 并且该范围内的课程 ID 为 28,我希望它能够工作。我不想使用 ng-show,因为它会拖累应用程序(我在 ng-repeat 中使用了很多次)。
我会整理一个 plunkr,只是想我会尽快把它放在那里,以防它在语法或其他方面有明显的修复。
这是一个 plunkr: http ://plnkr.co/edit/UFpTQ6zsvlCWVep5Ai5I?p=preview