ng-repeat and ui-if

前端 未结 2 913
无人共我
无人共我 2021-01-19 04:01

When I want to use ui-if (anguluarUi) with ng-repeat (and I think it would be most useful there) I Get an error:

Error: Multiple directives [uiIf, ngRepeat]          


        
相关标签:
2条回答
  • 2021-01-19 04:12

    I think that a filter should be used instead of ui-if.

    0 讨论(0)
  • 2021-01-19 04:26

    ui-if was removed at least from latest version angular-ui but since angular 1.1.5 you have ng-if build-in.

    0 讨论(0)
提交回复
热议问题