Erik Madsen
Erik Madsen
Is it impossible to have the theme-based status bar and also toggle the appearance of the status bar on a view controller basis?
Provide deselect method and/or send null to on-select when clicking on already selected leaf
I was hoping you could shed some light on how we might implement comments using the Angular components? We would like to replace the comments area with our own plugin.
``` $( '#folderCarousel' ).elastislide({ onReady : function() { console.log('elastislide onReady'); }, onClick : function(el, position, evt){ console.log('elastislide onClick'); } }); ``` There are times when onClick never works.