Advertisement
Guest User

Untitled

a guest
Mar 30th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. <ion-content style="background-image: url('img/background/bg4.jpg'); background-size: cover; padding-top: 20px">
  2. <div class="card" style="background-color: transparent">
  3. <div class="item item-image" style="background-color: transparent">
  4. <img src="img/login/skala2.png">
  5. </div>
  6. <div class="item item-divider">
  7. <h4 class="text-center" style="color: #c0392b">LOG MASUK PENGGUNA</h4>
  8. </div>
  9. <div class="item item-text-wrap">
  10. <div class="list">
  11. <label class="item item-input item-stacked-label">
  12. <span class="input-label">Email</span>
  13. <input type="text" ng-model="email" placeholder="Masukkan email anda...">
  14. </label>
  15. <label class="item item-input item-stacked-label">
  16. <span class="input-label">Kata Laluan</span>
  17. <input type="password" ng-model="password" placeholder="Masukkan kata laluan anda...">
  18. </label>
  19. </div>
  20.  
  21. <!--<a nav-transition="ios" nav-direction="forward" href="#/app/home" class="button button-block button-calm">-->
  22. <a ng-click="checkLogin(email, password)" nav-direction="forward" class="button button-block button-calm">
  23. <i class="icon ion-log-in"></i>
  24. Login
  25. </a>
  26. <br>
  27. <h3 class="text-center assertive">{{ errorMessage }}</h3>
  28. </div>
  29. </div>
  30. </ion-content>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement