I am using angularJS 1.2.1 and angular-ui-bootstrap
In my code i have list of <ng-includes>
from angularjs and <accordion>
from angular-ui
But when i load the content i want to make server call and get some values
i solved using this
But now problem is with accordion, I am not able to get all scope variable
the scope outside accordion i am able to get but whatever contents inside accordion its not getting
I think this issue is with loading of accordion . Is there any way to check that accordion contents are loaded? any callback we can write to check accordion contents are loaded?