AngularSlideables icon indicating copy to clipboard operation
AngularSlideables copied to clipboard

Trigger in Controller?

Open mrnoway opened this issue 11 years ago • 2 comments

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

mrnoway avatar Dec 29 '14 03:12 mrnoway

Did you ever figure this out?

ghost avatar Apr 09 '15 23:04 ghost

Nope, I switched to jQuery slide. it does basically the same.

mrnoway avatar Apr 09 '15 23:04 mrnoway