ng-repeat and ui-if

前端 未结 2 915
无人共我
无人共我 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:26

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

提交回复
热议问题