Fixed ui routing conflict with syncNotification

Change-Id: I94e0f91ee35ed90ad73798de5d635abc4addbd4b

Removed backbone deps and views

Change-Id: I77185488ffd5415e4815de59cc44ee24420071db

Started E2E UI Tests with selenium

Test running locally, still broken in container because of phantomjs

Removed backone templates

Change-Id: I788cfda3d12e3d1c2828c9ee9f6eb7e4431eae52
diff --git a/views/ngXosViews/ceilometerDashboard/bower.json b/views/ngXosViews/ceilometerDashboard/bower.json
index 6a054cf..a3caa9f 100644
--- a/views/ngXosViews/ceilometerDashboard/bower.json
+++ b/views/ngXosViews/ceilometerDashboard/bower.json
@@ -14,20 +14,21 @@
     "test",
     "tests"
   ],
-  "dependencies": {},
+  "dependencies": {
+    "angular-animate": "1.4.7",n
+    "ui.bootstrap": "0.14.3"
+  },
   "devDependencies": {
     "jquery": "2.1.4",
     "angular-mocks": "1.4.7",
     "angular": "1.4.7",
     "angular-ui-router": "0.2.15",
     "angular-cookies": "1.4.7",
-    "angular-animate": "1.4.7",
     "angular-resource": "1.4.7",
     "lodash": "~4.11.1",
     "bootstrap-css": "3.3.6",
     "angular-chart.js": "~0.10.2",
-    "d3": "~3.5.17",
-    "ui.bootstrap": "0.14.3"
+    "d3": "~3.5.17"
   },
   "overrides": {
     "ui.bootstrap": {