localizationService

This commit is contained in:
Niels Lyngsø
2020-04-15 15:20:45 +02:00
parent 9fa34764ac
commit e9a2b92658
@@ -1,7 +1,7 @@
//used for the media picker dialog
angular.module("umbraco")
.controller("Umbraco.Editors.BlockEditorController",
function ($scope) {
function ($scope, localizationService) {
var vm = this;
vm.content = $scope.model.content;