angular-accordion
angular-accordion copied to clipboard
A simple angular directive for adding accordion UI element
Using the NPM repository pulls in a 0KB js file
Hi, I'd like to control the accordion programmatically with something like: HTML: JS: vm.angAccordion.isOpenned = false; Is there something I'm missing that allows for this already?
Please provide a way so that we can customize my collapsible style. I need to change the height of collapsible and it makes my title outside the collapsible.
I am using the accordion on a dashboard: ` Select a Template to Use Use {{q}} ` I initially included the library like this: `.module('app',['ngAnimate', "ngSanitize", "mgcrea.ngStrap", 'angular-google-analytics', 'ngCookies', 'ngclipboard',...
Would be nice if we could use the lib as is: ```javascript import angAccordion from 'ang-accordion'; angular.module('myApp', [angAccordion]); ``` instead of the current: ```javascript import 'ang-accordion'; angular.module('myApp', ['angAccordion']); ``` If...
when i tried to use the initially-open="true" while using ng-repeat to get the data for the itemTitle.It opens all the elements instead of the only one element
We have a requirement to be able to put extra data in our title area of accordions, I have added the 'html-title' attribute, that when set to true show's a...