We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 95f68b8 + 11b53a5 commit 69e1dd1Copy full SHA for 69e1dd1
src/Umbraco.Web.UI.Client/src/views/propertyeditors/macrocontainer/macrocontainer.controller.js
@@ -41,7 +41,7 @@ angular.module('umbraco')
41
42
if(index !== null && $scope.renderModel[index]) {
43
var macro = $scope.renderModel[index];
44
- dialogData[macroData] = macro;
+ dialogData["macroData"] = macro;
45
}
46
47
dialogService.macroPicker({
@@ -100,4 +100,4 @@ angular.module('umbraco')
100
return str.replace(rgxtrim, '');
101
102
103
-});
+});
0 commit comments