How to properly execute a function inside ng-repeat

后端 未结 4 1145
没有蜡笔的小新
没有蜡笔的小新 2021-01-01 18:29

SITUATION:

I am making an app in AngularJs that assign permissions. In order to do this i have three nested ng-repeat.

First loop:

4条回答
  •  渐次进展
    2021-01-01 19:09

    I think that the good solution here is to use Angular Directive.

    You can see an example of directive used in a ng-repeat here : Angular Directive Does Not Evaluate Inside ng-repeat

    For more information on directives, you can check the official documentation : https://docs.angularjs.org/guide/directive

提交回复
热议问题