-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (24 loc) · 1.14 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang='en' >
<head>
<meta charset='utf-8'>
<meta content='IE=edge' http-equiv='X-UA-Compatible'>
<meta content='width=device-width, initial-scale=1.0' name='viewport'>
<script src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="https://code.jquery.com/ui/1.11.4/jquery-ui.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/angular.js/1.3.20/angular.min.js"></script>
<link rel="stylesheet" href="https://hub.chemdoodle.com/cwc/6.0.0//ChemDoodleWeb.css">
<script src="https://hub.chemdoodle.com/cwc/6.0.0/ChemDoodleWeb.js"></script>
<link rel="stylesheet" href="https://hub.chemdoodle.com/cwc/6.0.0/uis/jquery-ui-1.10.3.custom.css">
<script src="https://hub.chemdoodle.com/cwc/6.0.0/uis/ChemDoodleWeb-uis.js"></script>
</head>
<body ng-app='chemdoodleAngular' ng-controller="testChemDoodleAppController">
{{molecule}}
<div style="width:100%">
<chemdoodlewrapper molfile="molecule.molfile" elementid="'chemdoodle'">
<canvas id="chemdoodle"></canvas>
</chemdoodlewrapper>
</div>
</body>
<script src="chemdoodle_angular.js"></script>
</html>