CADI AAF Integration and merging the code
[portal.git] / ecomp-portal-FE-os / client / index.html
index dc2ec2d..14a3603 100644 (file)
@@ -70,6 +70,8 @@
 <!-- endbower -->
 <!-- endbuild -->  
 
+<script src="bower_components_external/utils/purify.js"></script>
+
 <!-- kpi dashboard related styles -->
 <!--  kpi start -->
 <!--  kpi end -->
            
                var base = window.location.pathname.substring(0, window.location.pathname.indexOf("/",2)+1);
                document.write("<base href='" + base + "' />");
+               document.write("<base href='" + DOMPurify.sanitize(base) + "' />");
 
                
            
 <!-- build:js({client,node_modules}) app/vendor.js -->
 <!-- bower:js -->
 <script src="bower_components/jquery/dist/jquery.js"></script>
+<script src="bower_components/es5-shim/es5-shim.js"></script>
 <script src="bower_components/angular/angular.js"></script>
 <script src="bower_components/angular-animate/angular-animate.js"></script>
 <script src="bower_components/angular-route/angular-route.js"></script>
 <script src="bower_components/angular-aria/angular-aria.js"></script>
 <script src="bower_components/angular-messages/angular-messages.js"></script>
 <script src="bower_components/angular-material/angular-material.js"></script>
+<script src="bower_components/json3/lib/json3.js"></script>
 <script src="bower_components/angular-resource/angular-resource.js"></script>
 <script src="bower_components/angular-cookies/angular-cookies.js"></script>
 <script src="bower_components/angular-sanitize/angular-sanitize.js"></script>
   <script src="app/views/notification-history/notificationhistory.controller.js"></script>
   <script src="app/views/portal-admin/new-portal-admin/new-portal-admin.controller.js"></script>
   <script src="app/views/portal-admin/portal-admin-controller.js"></script>
+  <script src="app/views/role/bulk-upload-dialogs/bulk-upload-role-functions-controller.js"></script>
   <script src="app/views/role/role-controller.js"></script>
   <script src="app/views/role/role-create-edit-popup-controller.js"></script>
   <script src="app/views/role/role-function-list-controller.js"></script>