Join the Stack Overflow Community
Stack Overflow is a community of 6.4 million programmers, just like you, helping each other.
Join them; it only takes a minute:
Sign up

I'm making an angular app where I want to add an accordion from angular-ui-bootstrap. I downloaded the files but dont know the logic that I need to include them.. will it be a separate module with it's controller and directive then injected inside my app? if so how can i call that directive inside my app (i.e. what properties should be bound between my view and its isolated scope?)

or shall I copy the logic inside the accordion controller and assign it to my view controller? please help. thanks in advance.

share|improve this question

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.