inject localizationService into the publish dialog

This commit is contained in:
Mads Rasmussen
2018-06-11 13:32:13 +02:00
parent c89423946a
commit 4670ba9fe0

View File

@@ -1,7 +1,7 @@
(function () {
"use strict";
function PublishController($scope) {
function PublishController($scope, localizationService) {
var vm = this;
vm.variants = $scope.model.variants;