ng-slide-down
ng-slide-down copied to clipboard
feature (default open)
thanks for the lib.
would like to see an option to have the element opened by default with no slide down animation.
Hello, thank you for the kind comment.
What I don't get is what prevents you from setting variable responsible for the element being opened to a true value when you init it?
<div ng-slide-down="obj.somethingTruthy" lazy-render>
obj.somethingTruthy is true and the div expands (and animates) making the screen chop a bit. if it can start open (without the animation) it would prevent the chopping.