TheRusskiy / ng-slide-down

AngularJS directive for slide-down animation
41 stars 16 forks source link

Issue with IE and height: iniital #3

Closed rothlis closed 9 years ago

rothlis commented 9 years ago

Hi Dmitry,

On IE, an element just opened does't get its height reset to initial. After some research, IE doesn't seem to support height: initial, so I changed it to height: auto. This archives a similar effect and fixes the problem.

Here's my pull request: #2

Cheers, Sebastien

rothlis commented 9 years ago

Thanks for the merge! Could you create a v0.3.1 tag?

TheRusskiy commented 9 years ago

done