You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I need to make a nested accordion with 3 levels and each level belongs to a different controller and it fails as soon as I add the attribute ng-controller.
Each controller can handle specific operations with the specific scope inside of the each controller accordingly. This help managing each item of each type separately.
I tried to move the code to 3 different files using ng-include but it didn't work either. That would be the main goal.
I tried to make it just in one level using ng-controller but even without nesting accordions as soon as I add ng-controller everything fails
The text was updated successfully, but these errors were encountered:
Hi, I need to make a nested accordion with 3 levels and each level belongs to a different controller and it fails as soon as I add the attribute ng-controller.
Here is the code I am trying to implement
Each controller can handle specific operations with the specific scope inside of the each controller accordingly. This help managing each item of each type separately.
I tried to move the code to 3 different files using ng-include but it didn't work either. That would be the main goal.
I tried to make it just in one level using ng-controller but even without nesting accordions as soon as I add ng-controller everything fails
The text was updated successfully, but these errors were encountered: