ng-animate : conditionally switching “back” transition (BUG?)
Hi everyone, reading through this google group and the fiddles and blogpost linked from there, I managed to get page transitions working with ng-animate. Here's my Fiddle the fiddle is nicely commented, please let me know if anything's unclear By setting a 'transitionClass' (either .LR or .RL) on the ng-view I was able to trigger different css-transitions for every view change. Now, what I want to do, is manually applying a "back" transition in case of changing the view one step back, no matter whether that step back is caused by a link within the app or the browser's back button. To do so,