diff --git a/pluginTester/pages/controllers/shellCtrl.js b/pluginTester/pages/controllers/shellCtrl.js index df3e4e31..465532cc 100644 --- a/pluginTester/pages/controllers/shellCtrl.js +++ b/pluginTester/pages/controllers/shellCtrl.js @@ -217,6 +217,7 @@ $app.controller('shellCtrl', ['$rootScope', '$scope', '$routeParams', '$sce', '$ if (xmlhttp.readyState == 4 && xmlhttp.status == 200) { config = JSON.parse(xmlhttp.responseText); $scope.pluginConfig = config; + $scope.$apply(); if (config.webpack) { console.log('== LOADING WEBPACK PLUGIN =='); diff --git a/pluginTester/pages/templates/shell.html b/pluginTester/pages/templates/shell.html index 849b440e..7a5ea1c2 100644 --- a/pluginTester/pages/templates/shell.html +++ b/pluginTester/pages/templates/shell.html @@ -1,12 +1,12 @@
-
+

Plugin

Login Logout
-
+
-
-
\ No newline at end of file +