view 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
line wrap: on
line source

<html>

  <head>
    <title>ISMI Query Builder</title>

    <!--link to bootstrap.css-->
    <link rel="stylesheet" href="assets/css/prism-okaidia.css">
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
    <link rel="stylesheet" type="text/css" href="//cdn.datatables.net/1.10.9/css/jquery.dataTables.css">
    <link rel="stylesheet" href="assets/css/style.css">

    <!-- 1. Load libraries -->
    <script src="jspm_packages/system.js"></script>
    <script src="config.js"></script>

    <!-- 2. Configure SystemJS -->
    <script>
      System.import('app')
            .then(null, console.error.bind(console));
    </script>

  </head>

  <!-- 3. Display the application -->
  <body>
    <query-app>Loading... Query Builder</query-app>
  </body>

</html>