| OLD | NEW |
| 1 <!-- | 1 <!-- |
| 2 Copyright 2016 The LUCI Authors. All rights reserved. | 2 Copyright 2016 The LUCI Authors. All rights reserved. |
| 3 Use of this source code is governed under the Apache License, Version 2.0 | 3 Use of this source code is governed under the Apache License, Version 2.0 |
| 4 that can be found in the LICENSE file. | 4 that can be found in the LICENSE file. |
| 5 | 5 |
| 6 --> | 6 --> |
| 7 <!DOCTYPE html> | 7 <!DOCTYPE html> |
| 8 <html> | 8 <html> |
| 9 <head> | 9 <head> |
| 10 <title>pageable-data Demo</title> | 10 <title>pageable-data Demo</title> |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 97 }, | 97 }, |
| 98 | 98 |
| 99 }); | 99 }); |
| 100 </script> | 100 </script> |
| 101 </dom-module> | 101 </dom-module> |
| 102 | 102 |
| 103 <pageable-data-demo></pageable-data-demo> | 103 <pageable-data-demo></pageable-data-demo> |
| 104 | 104 |
| 105 </body> | 105 </body> |
| 106 </html> | 106 </html> |
| OLD | NEW |