Guest User

Untitled

a guest
Jan 14th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. <div>
  2. <span class="text-center" id="span1">{{title}}</span>
  3. <button type="button" class="btn primary-btn" data-toggle="modal" data-target="#myModal">{{signUp}}</button>
  4. </div>
  5.  
  6. <div id="myModal" class="modal" role="dialog">
  7. <div class="modal-dialog" role="document">
  8. <div class="modal-content">
  9. <div class="modal-header">
  10. <div class="modal-title">
  11. {{modalTitle}}
  12. </div>
  13. </div>
  14. <div class="modal-body">
  15. Username : <input type="text" placeholder="username">
  16. <br>
  17. <br>
  18. Password : <input type="password" placeholder="*****">
  19. </div>
  20. <div class="modal-footer">
  21. <button type = "button" class="btn btn-primary">click me</button>
  22. </div>
  23. </div>
  24.  
  25. </div>
  26.  
  27. <input type="button" value="click me"> It works
Add Comment
Please, Sign In to add comment