nextViewOptions()

Hi Guys ,

I know we can configure our app in global provider to not animate between views but i cant override this on the few views i want to animate.

Instead of this would be great to override this in the views or even give a array of states we want animation or not. example

$scope.viewsNotAnimate = [
“app.dashboard”: {
disableAnimate: true,
disableBack: true,
animateDirection : example left-to-right;

}
“app.login”: {
disableAnimate: true,
disableBack: false
}
]
Something like this will give more flexibility

Thanks