Merge pull request #612 from gildebrand/patch-3

Fix for macrocontainer making it possible to edit
This commit is contained in:
Shannon Deminick
2015-01-06 11:50:31 +11:00

View File

@@ -41,7 +41,7 @@ angular.module('umbraco')
if(index !== null && $scope.renderModel[index]) {
var macro = $scope.renderModel[index];
dialogData[macroData] = macro;
dialogData["macroData"] = macro;
}
dialogService.macroPicker({
@@ -100,4 +100,4 @@ angular.module('umbraco')
return str.replace(rgxtrim, '');
}
});
});