Hi everyone, I am new to ionic framework. I have build a list divider for showing information in my project.
And I am trying to make an accordion list on it such that I can click to scroll down for more information.
I have tried the method mentioning from this demo: http://codepen.io/ionic/pen/uJkCz
But once I have implemented those code on my project, the original layout of my project will be changed. I am not sure if it was the problem of the javascript.
So does it really work to make an accordion list on list divider? If yes, how can I make it? If no, any alternative method?
I have tried but it was not working… it even didn’t appear in my list divider…
anyway, thank you for your information!
EDIT:
i revised it and I found that I did not entering my information to show from the .js file… i have just using the toggleItem and isItemShown in my .js file… will it be a problem?
seems to me it work maybe there was something that orevent it form working for you or some errors in your code… did you add the css?? I also customize it in my own way and no problems arises…