Nenhuma descrição

section.html 540B

12345678910111213141516171819
  1. <ons-page id="section">
  2. <ons-toolbar inline>
  3. <div class="center">
  4. Login
  5. </div>
  6. </ons-toolbar>
  7. <p>
  8. <input placeholder="Username" id="username" class="text-input">
  9. </p>
  10. <p>
  11. <input type="password" placeholder="Password" id="username" class="text-input">
  12. </p>
  13. <p>
  14. <ons-button modifier="large" ng-click="dialog.hide()">Sign in</ons-button>
  15. </p>
  16. </ons-page>