ONOS-2074 - GUI -- Refactor Application view to use directives. WIP.

Change-Id: If886b5af1313ef350e041dc9f9a21ba150edcd79
diff --git a/web/gui/src/main/webapp/app/view/app/app.css b/web/gui/src/main/webapp/app/view/app/app.css
index c2d61cc..2b84e83 100644
--- a/web/gui/src/main/webapp/app/view/app/app.css
+++ b/web/gui/src/main/webapp/app/view/app/app.css
@@ -31,3 +31,8 @@
     width: 24px;
     border: none;
 }
+
+#ov-app form#inputFileForm,
+#ov-app input#uploadFile {
+    display: none;
+}