Almog Baku
Almog Baku

Reputation: 800

AngularJS 1.2 | ngAnimate | prevent animation programmatically

How can I disable the animation of ng-view programmatically in angular-1.2rc2?

I made some manipulation on the route service that re-locate the user by his authentication role, and I want to programmatically prevent it.

Upvotes: 2

Views: 462

Answers (1)

Sanjo
Sanjo

Reputation: 1250

Remove the CSS animation class from your ng-view element.

Upvotes: 2

Related Questions