-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels