>
> Here is also my index.html in case it's relevant.
>
<!DOCTYPE html>
<html>
<head>
<title>CSReport</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<!-- 3rd Party CSS -->
<link href="/node_modules/bootstrap/dist/css/bootstrap.min.css" rel=
"stylesheet">
<link href="/node_modules/jquery-ui/themes/base/jquery-ui.css" rel=
"stylesheet">
<!-- App CSS -->
<link href="app.css" type="text/css" rel="stylesheet/css">
<!-- Pages/Directives/Dialogs CSS -->
<link href="directives/multiselect.css" type="text/css" rel="stylesheet"
>
<link href="pages/report.css" type="text/css" rel="stylesheet">
<!-- Raphael vector library -->
<script src="/node_modules/raphael/raphael-min.js"></script>
</head>
<body class="pull_top">
<div id="wrap">
<div id="main">
<script src="/node_modules/jquery/dist/jquery.min.js"></script>
<script src="/node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
<!-- ES6-related imports -->
<script src="/node_modules/systemjs/dist/system-csp-production.js"
></script>
<script src="/node_modules/es6-shim/es6-shim.min.js"></script>
<script src="/node_modules/angular2/bundles/angular2.dev.js"></script> <!--
TODO: Replace with .min version later -->
<script src="/node_modules/angular2/bundles/router.dev.js"></script> <!--
TODO: Replace with .min version later -->
<!-- Our NavBar Controller Object -->
<!-- <ng-include src="'navbar.html'"></ng-include>-->
<csreport></csreport>
<script>
// configure system loader
System.config({
meta: {
'app.js': {format: 'es6'}
},
defaultJSExtensions: true
});
//bootstrap the Angular2 application
System.import('app').catch(console.log.bind(console));
</script>
<!-- starts footer -->
<br />
</div>
</div>
</body>
</html>
--
You received this message because you are subscribed to the Google Groups
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.