zachfitz / Ionic-Material

Material Design style and animations for Ionic
http://ionicmaterial.com
Other
2.9k stars 904 forks source link

Translation support for ion-md-input #194

Closed slaff closed 8 years ago

slaff commented 8 years ago

I am trying to add localization to my test Ionic + Material Design App ( based on the demo App). I added angular-translate and I am able to use translation for normal HTML elements but I cannot use translation for elements coming from Ionic MD.

For example that one:

<ion-md-input placeholder="{{'Username' | translate}}" highlight-color="balanced" type="text"></ion-md-input>

does not seem to translate the Username.

Any ideas what I am doing wrong?