parse item

This commit is contained in:
Niels Lyngsø
2020-04-14 17:09:48 +02:00
parent d6782fd752
commit dbd3de14a4

View File

@@ -6,7 +6,7 @@ angular.module("umbraco")
vm.model = $scope.model;
vm.selectItem = function() {
vm.selectItem = function(item) {
vm.model.selectedItem = item;
vm.model.submit($scope.model);
}