Enable ngSanitize

Previously, we had been pulling in ngSanitize, but were not enabling it.

This commit enables ngSanitize to improve our injection prevention.

Change-Id: I8a8666efac37da1759b53e5961dad4b63101d3cd
Signed-off-by: Ed Tanous <ed.tanous@intel.com>
diff --git a/app/index.js b/app/index.js
index 645f315..e0bc431 100644
--- a/app/index.js
+++ b/app/index.js
@@ -88,7 +88,7 @@
           [
             // Dependencies
             'ngRoute', 'angular-clipboard',
-            'app.common.directives.dirPagination',
+            'app.common.directives.dirPagination', 'ngSanitize',
             // Basic resources
             'app.common.services', 'app.common.directives',
             'app.common.filters',