diff --git a/app/controllers/controller.js b/app/controllers/controller.js index 264ea27..d8d9270 100644 --- a/app/controllers/controller.js +++ b/app/controllers/controller.js @@ -15,6 +15,8 @@ angular.module("umbraco").controller("Imulus.ArchetypeController", function ($sc // store the umbraco property alias to help generate unique IDs. Hopefully there's a better way to get this in the future :) $scope.umbracoHostPropertyAlias = $scope.$parent.$parent.model.alias; + + $scope.isDebuggingEnabled = Umbraco.Sys.ServerVariables.isDebuggingEnabled; $scope.overlayMenu = { show: false, diff --git a/app/views/archetype.default.html b/app/views/archetype.default.html index d952cc0..1b5f3fc 100644 --- a/app/views/archetype.default.html +++ b/app/views/archetype.default.html @@ -24,7 +24,7 @@