Heim > Fragen und Antworten > Hauptteil
ng-if="curindex==(node.nodeIndex+1)"
我这样写是 失效的,
curindex==node.nodeIndex+1
这样写 运算不对。
如何处理????我的意思是node.nodeIndex+1和curindex对比
PHPz2017-05-15 17:06:21
第一种写法没错,angular和有些库是冲突的,ng-if会失效。还有就是你其他的地方写的不对。
给我你的怀抱2017-05-15 17:06:21
我看来没有问题, 问题出在别处, 请贴报错
PHP中文网2017-05-15 17:06:21
(curindex==node.nodeIndex+1) 试试
習慣沉默2017-05-15 17:06:21
ng-if="curindex=='node.nodeIndex+1'"
这样写应该没有问题