diff --git a/bower.json b/bower.json
index 42328e3..dc5258a 100644
--- a/bower.json
+++ b/bower.json
@@ -1,19 +1,26 @@
{
- "name": "sciencealchemy",
- "description": "Science Alchemy",
- "main": "js/app.js",
- "moduleType": [],
- "license": "MIT",
- "homepage": "",
- "private": true,
- "ignore": [
- "**/.*",
- "node_modules",
- "bower_components",
- "test",
- "tests"
- ],
- "dependencies": {
- "angular-dragdrop": "~1.0.13"
- }
+ "name": "sciencealchemy",
+ "description": "Science Alchemy",
+ "main": "js/app.js",
+ "moduleType": [],
+ "license": "MIT",
+ "homepage": "",
+ "private": true,
+ "ignore": [
+ "**/.*",
+ "node_modules",
+ "bower_components",
+ "test",
+ "tests"
+ ],
+ "dependencies": {
+ "angular": "1.4.x",
+ "angular-mocks": "1.4.x",
+ "jquery": "~2.1.1",
+ "bootstrap": "~3.1.1",
+ "angular-route": "1.4.x",
+ "angular-resource": "1.4.x",
+ "angular-animate": "1.4.x",
+ "angular-dragdrop": "~1.0.13"
+ }
}
diff --git a/css/style.css b/css/style.css
index 3516c7d..28a1d30 100644
--- a/css/style.css
+++ b/css/style.css
@@ -30,7 +30,7 @@ h1 br {
position: relative;
}
-#detector canvas {
+#detector .test-tube, #detector .detector-events{
position: absolute;
left: 0;
top: 0;
diff --git a/index.html b/index.html
index bfcccf0..56b7fd4 100644
--- a/index.html
+++ b/index.html
@@ -1,5 +1,5 @@
-
+
Science Alchemy
@@ -88,7 +88,7 @@
class="{{r.key}} element element-icon {{ r.state.interesting ? 'blink' : '' }} {{'q'+r.state.color+'-12'}}"
data-element="{{r.key}}"
data-drag="true"
- jqyoui-draggable
+ jqyoui-draggable="{containment:'offset'}"
data-jqyoui-options="{{rc.dragOptions}}"
>
{{r.key}}
@@ -116,7 +116,7 @@
>
Your detector. Click on it to generate events.
-