akserg / angular.dart.ui

Port of Angular-UI to Dart.
angulardartui.com
Other
101 stars 37 forks source link

Accordion collapsed after initialisation with delay #154

Closed stevenbirr closed 8 years ago

stevenbirr commented 9 years ago

Currently the accordion is expanded after initialisation and then shortly afterwards collapsed with a short delay (when isOpen=false). See example here: https://github.com/stevenbirr/angular-ui.dart.accordion-example

akserg commented 9 years ago

Is that problem?

On 4 March 2015 at 11:48, stevenbirr notifications@github.com wrote:

Currently the accordion is expanded after initialisation and then shortly afterwards collapsed with a short delay (when isOpen=false). See example here: https://github.com/stevenbirr/angular-ui.dart.accordion-example

— Reply to this email directly or view it on GitHub https://github.com/akserg/angular.dart.ui/issues/154.

stevenbirr commented 9 years ago

Of course it is. The default behaviour of accordion UI components is the initial collapse of closed parts, see here: http://www.tutorialrepublic.com/codelab.php?topic=bootstrap&file=accordion As a user, you don't want to see a closing animation on page load.

akserg commented 9 years ago

Fear enough. I will fix it.

stevenbirr commented 9 years ago

Thank's a lot!

akserg commented 8 years ago

Fixed in 0.6.13