preferences.html 432 B

12345678910111213
  1. <ion-view title="Preferences">
  2. <ion-header-bar class="bar-positive">
  3. <h1 class="title">Preferences</h1>
  4. </ion-header-bar>
  5. <ion-content>
  6. <div class="list">
  7. <label class="item">
  8. <button class="button button-assertive button-block" name="button" ng-click="deleteAccount()">ELIMINAR CUENTA</button>
  9. </label>
  10. </div>
  11. </ion-content>
  12. </ion-view>