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.