AngularSlideables
AngularSlideables copied to clipboard
Trigger in Controller?
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 id="derp" class="slideable" open/hidden content /div
myApp.controller("ContactControllerHeading", function ($scope, $http) { $scope.Triggerhere= function() { /* trigger here this slide-toggle="#derp" */ }
});
thanks a lot
Did you ever figure this out?
Nope, I switched to jQuery slide. it does basically the same.