Skip to content

Commit

Permalink
Fixes #67
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmuseeg authored Oct 27, 2016
1 parent c42c5b4 commit faabe3d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Our.Umbraco.Vorto/Web/UI/App_Plugins/Vorto/js/vorto.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@
config: {},
view: ""
};

if (!angular.isObject($scope.model.value))
$scope.model.value = {};

$scope.model.value = $scope.model.value || {
values: {},
Expand Down

0 comments on commit faabe3d

Please sign in to comment.