inject localizationService into the publish dialog
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
(function () {
|
||||
"use strict";
|
||||
|
||||
function PublishController($scope) {
|
||||
function PublishController($scope, localizationService) {
|
||||
|
||||
var vm = this;
|
||||
vm.variants = $scope.model.variants;
|
||||
|
||||
Reference in New Issue
Block a user