Closed codepunkt closed 8 years ago
Just a small comment. Other than this :+1:
Perfect, thanks! :+1: @AmpersandJS/core-team
Nice addition with no impact on the current use. :+1:
Thank you for submitting this.
Published as v2.1.0
Great, thanks! :+1:
View-switcher is great to handle modal dialogs.
To be able to use advanced animation, i need the view prepended instead of appended to the
body
so i can use sibling selectors like+
or~
to siblings following the view.This is why i added a
prepend
boolean option, which defaults tofalse
, adjusted the docs and wrote a unit test to check if the viewsel
is really prepended.