comparison index.html @ 25:0795207f3b90

ng2-table now with pager, sorting and styling.
author casties
date Tue, 26 Jan 2016 19:19:23 +0100
parents 9343e43a17d1
children 313a5360c2d3
comparison
equal deleted inserted replaced
24:f6f4177d0a81 25:0795207f3b90
1 <html> 1 <html>
2 2
3 <head> 3 <head>
4 <title>ISMI Query Builder</title> 4 <title>ISMI Query Builder</title>
5
6 <!--link to bootstrap.css-->
7 <link rel="stylesheet" href="assets/css/prism-okaidia.css">
8 <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
9 <link rel="stylesheet" type="text/css" href="//cdn.datatables.net/1.10.9/css/jquery.dataTables.css">
10 <link rel="stylesheet" href="assets/css/style.css">
5 11
6 <!-- 1. Load libraries --> 12 <!-- 1. Load libraries -->
7 <script src="jspm_packages/system.js"></script> 13 <script src="jspm_packages/system.js"></script>
8 <script src="config.js"></script> 14 <script src="config.js"></script>
9 15