I seem to be having a problem will Collapsable Sets.
I am populating an inner and outer set with data from a rest service. The outer set is populated on page load. The inner is populated when the outer is expanded.
Now when I go to expand the inner so I can view the data, the outer expand is being called again for some reason. This causes the data to reload and closes the inner.
The net effect is that I cannot view the inner data because it is closed as soon as I click to open it.
I have created an example at:
http://appery.io/app/mobile-frame?src...
If you view the console log, you will see the events being fired when you click to expand.
Please advise!
-Matt