Skip to content

Commit d4e1457

Browse files
committed
Fixing issue with igZoombar buttons in sample
1 parent f20c59e commit d4e1457

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

samples/igDataChart/igDataChart.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<link href="http://cdn-na.infragistics.com/igniteui/latest/css/structure/infragistics.css" rel="stylesheet" />
77
<!-- 1. Load libraries -->
88
<script src="http://code.jquery.com/jquery-1.12.3.js"></script>
9+
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
910
<script src="http://code.jquery.com/ui/1.10.3/jquery-ui.min.js"></script>
1011
<!-- IE required polyfills, in this exact order -->
1112
<script src="https://cdnjs.cloudflare.com/ajax/libs/es6-shim/0.35.0/es6-shim.min.js"></script>
@@ -24,7 +25,7 @@
2425
<link rel="stylesheet" href="../sample.css" />
2526
<link type="text/css" rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" />
2627
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css" type="text/css" />
27-
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
28+
2829
<script>
2930
System.import('app.ts')
3031
.then(null, console.error.bind(console));

0 commit comments

Comments
 (0)