rename inline method name

This commit is contained in:
Niels Lyngsø
2020-06-26 15:32:02 +02:00
parent f44e7280d4
commit 9104570dcb

View File

@@ -4,7 +4,7 @@
angular
.module("umbraco")
.controller("Umbraco.PropertyEditors.BlockListPropertyEditor.CreateButtonController",
function BlockListController($scope) {
function Controller($scope) {
var vm = this;
vm.plusPosX = 0;