AngularSlideables
AngularSlideables copied to clipboard
A "pure" Angular implementation of jQuery-style toggleSlide().
When slider is open, his height remains the same, even there is another scalable content here. No stratching appears: http://jsfiddle.net/8ezykq8u/1/
I am trying to find ways to make the default state for the images as shown and give the user the option to hide
What is the best way to programmatically show/hide the slideable content from a controller/service? I'd like to avoid something like `$('#toggle-slide').click()`
Could you please publish the directive on bower?
Hi, I hacked together this code to only show one slideable at time. I tried calling 'click' on the element that i needed, but that didn't work. So, in my...
I've noticed that the following line always return zero but I can't work out why: ``` var y = content.clientHeight; ``` Tried all sort of combinations of scope.$watch, setTimeout, scope.$on('$viewContentLoaded',...
Using bootstrap3 any divs containing column/grid sizing is not slideable. This is my slideable content
I was trying to get it working on a div which loads in content with html tags, but as long as there is an ng-bind-html attribute on the .slideable element...
I just spent countless of hours to achieve this and I just wonder if it is possible anyway. How can I trigger in a controller? < ng-click="TriggerHere()" slide-toggle="#derp">Open Smoothly div...