GUI -- Device details panel work - Panel resizes on window resize, DOM manipulation moved out of controller into directive.

Change-Id: I680984343ee550a3cf7c76183c257b69785750c4
diff --git a/web/gui/src/main/webapp/app/view/device/device.html b/web/gui/src/main/webapp/app/view/device/device.html
index 0c202e0..2e0045e 100644
--- a/web/gui/src/main/webapp/app/view/device/device.html
+++ b/web/gui/src/main/webapp/app/view/device/device.html
@@ -59,4 +59,6 @@
 
     </div>
 
+    <device-details-panel></device-details-panel>
+
 </div>