Commit 1f2feeca8259554ab8e33892355b97487881ea93

Authored by Amrita Vishnoi
1 parent 2c208565

created spaces

400-SOURCECODE/AIAHTML5.Web/app/main/AIA.js
@@ -491,10 +491,12 @@ AIA.constant("UserModules", [ @@ -491,10 +491,12 @@ AIA.constant("UserModules", [
491 "slug": "Link/aod" 491 "slug": "Link/aod"
492 } 492 }
493 ]); 493 ]);
  494 +
494 AIA.constant("AIAConstants", { 495 AIA.constant("AIAConstants", {
495 496
496 "NO_BODY_SYSTEM_AVAILABLE": "Selected body system is not available on this layer.", 497 "NO_BODY_SYSTEM_AVAILABLE": "Selected body system is not available on this layer.",
497 }) 498 })
  499 +
498 AIA.config(function ($routeProvider, pages, $locationProvider) { 500 AIA.config(function ($routeProvider, pages, $locationProvider) {
499 501
500 $locationProvider.html5Mode(true); 502 $locationProvider.html5Mode(true);