|
| 1 | +<html ng-app="navTest"> |
| 2 | + <head> |
| 3 | + <meta charset="utf-8"> |
| 4 | + <title>List</title> |
| 5 | + |
| 6 | + <!-- Sets initial viewport load and disables zooming --> |
| 7 | + <meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no"> |
| 8 | + <link rel="stylesheet" href="lib/css/ionic.css"> |
| 9 | + <script src="lib/js/ionic.bundle.js"></script> |
| 10 | + </head> |
| 11 | + <body> |
| 12 | + |
| 13 | + <pane> |
| 14 | + |
| 15 | + <header class="bar bar-header bar-positive"> |
| 16 | + <div class="buttons"> |
| 17 | + <button ng-click="toggleDelete()" class="button button-clear">{{ editBtnText }}</button> |
| 18 | + </div> |
| 19 | + <h1 class="title">List Tests</h1> |
| 20 | + <div class="buttons"> |
| 21 | + <button ng-click="toggleReorder()" class="button button-clear">{{ reorderBtnText }}</button> |
| 22 | + </div> |
| 23 | + </header> |
| 24 | + |
| 25 | + <footer class="bar bar-footer bar-positive"> |
| 26 | + <h1 class="title">Footer time!</h1> |
| 27 | + </footer> |
| 28 | + |
| 29 | + <content has-header="true" has-footer="true"> |
| 30 | + <input type="text" placeholder="text me!"> |
| 31 | + <p style="margin: 10px;">...</p> |
| 32 | + <p style="margin: 10px;">...</p> |
| 33 | + <p style="margin: 10px;">...</p> |
| 34 | + <p style="margin: 10px;">...</p> |
| 35 | + <p style="margin: 10px;">...</p> |
| 36 | + <input type="text" placeholder="text me!"> |
| 37 | + <p style="margin: 10px;">...</p> |
| 38 | + <p style="margin: 10px;">...</p> |
| 39 | + <p style="margin: 10px;">...</p> |
| 40 | + <p style="margin: 10px;">...</p> |
| 41 | + <p style="margin: 10px;">...</p> |
| 42 | + <input type="text" placeholder="text me!"> |
| 43 | + <p style="margin: 10px;">...</p> |
| 44 | + <p style="margin: 10px;">...</p> |
| 45 | + <p style="margin: 10px;">...</p> |
| 46 | + <p style="margin: 10px;">...</p> |
| 47 | + <p style="margin: 10px;">...</p> |
| 48 | + <input type="text" placeholder="text me!"> |
| 49 | + <p style="margin: 10px;">...</p> |
| 50 | + <p style="margin: 10px;">...</p> |
| 51 | + <p style="margin: 10px;">...</p> |
| 52 | + <p style="margin: 10px;">...</p> |
| 53 | + <p style="margin: 10px;">...</p> |
| 54 | + <input type="text" placeholder="text me!"> |
| 55 | + <p style="margin: 10px;">...</p> |
| 56 | + <p style="margin: 10px;">...</p> |
| 57 | + <p style="margin: 10px;">...</p> |
| 58 | + <p style="margin: 10px;">...</p> |
| 59 | + <p style="margin: 10px;">...</p> |
| 60 | + <input type="text" placeholder="text me!"> |
| 61 | + <p style="margin: 10px;">...</p> |
| 62 | + <p style="margin: 10px;">...</p> |
| 63 | + <p style="margin: 10px;">...</p> |
| 64 | + <p style="margin: 10px;">...</p> |
| 65 | + <p style="margin: 10px;">...</p> |
| 66 | + <input type="text" placeholder="text me!"> |
| 67 | + <p style="margin: 10px;">...</p> |
| 68 | + <p style="margin: 10px;">...</p> |
| 69 | + <p style="margin: 10px;">...</p> |
| 70 | + <p style="margin: 10px;">...</p> |
| 71 | + <p style="margin: 10px;">...</p> |
| 72 | + <input type="text" placeholder="text me!"> |
| 73 | + <p style="margin: 10px;">...</p> |
| 74 | + <p style="margin: 10px;">...</p> |
| 75 | + <p style="margin: 10px;">...</p> |
| 76 | + <p style="margin: 10px;">...</p> |
| 77 | + <p style="margin: 10px;">...</p> |
| 78 | + <input type="text" placeholder="text me!"> |
| 79 | + </content> |
| 80 | + |
| 81 | + </pane> |
| 82 | + </body> |
| 83 | +</html> |
| 84 | + |
0 commit comments