0
I am using the Semantic UI Framework, when the resource dropdown is within the directive ng-repeat, this feature simply stops working.
Someone’s been through this or something?
0
I am using the Semantic UI Framework, when the resource dropdown is within the directive ng-repeat, this feature simply stops working.
Someone’s been through this or something?
Browser other questions tagged javascript html angularjs
You are not signed in. Login or sign up in order to post.
I believe the problem is related to the fact of
ng-repeat
generate the elements dynamically, and the such framework you quoted should do the bind of the components inonload
page. But in order to give you a clearer answer, I recommend that you create a Minimum, Complete and Verifiable Example.– Fernando Leal
@Fernando, I was able to solve it. I created a directive at the angle to make the dropdown work.
– Meeeefiu