Ionic Framework: Strange Input Behavior in Windows Phone IE

I am using Ionic Framework. I have two inputs:

<ion-view>
  <ion-content>
    <input type="text" />
    <input type="password" />
  </ion-content>
</ion-view>

Only in Windows Phone (IE), When I click on the first input, I can't type any text on it. But when I click on the second input (password), then whatever I type in the password box, it appears in the first input!

This image may show my problem better:

enter image description here

Any idea what happens here...!?