You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
603 B

7 years ago
6 years ago
7 years ago
  1. <ion-view view-title="{{'Settings' | translate}}">
  2. <ion-content>
  3. <label class="item item-input item-select">
  4. <div class="input-label">
  5. {{'Actual_language' | translate}}
  6. </div>
  7. <select ng-model="lang" ng-change="langChange(this.lang)">
  8. <option value="english">english</option>
  9. <option value="catalan">català</option>
  10. </select>
  11. </label>
  12. <p>
  13. {{'version' | translate}}: CommonRoutes-v0.1
  14. </p>
  15. Security:
  16. <a ng-href="#/app/password" class="button button-small c_deepPurple200">
  17. {{'Change_password' | translate}}
  18. </a>
  19. </ion-content>
  20. </ion-view>