Slide navigation slides twice for every state call

index.html
<ion-nav-view animation="slide-in-left"></ion-nav-view>

.config() in app.js

when(’‘somestate’, {
url : “someURL”,
templaterUrl : “templates/test.html”
})

templates/test.html

<ion-view title="test">
    <!-- test.html body -->
</ion-view>

So when I navigate to templates/test.html from index.html the body of the test.html slides in twice from the left. Is this is a bug or am i missing any important piece of code?

This happens to any page that i navigate.

Android version : 4.2.2