inside the controller function, the first line where the console log is being made doesn't appear in the console (maybe console is being cleared by umbraco before the property editors load).
the second line causes an error too, which can't be viewed in the console since it's cleared. why would this cause an error? i'm simply setting the value for a complex editor. setting $scope.value doesn't cause an error but setting $scope.value.one does.
trouble console.logging values from custom property editor controller
using v7.7.6 i'm in the property editor controller
inside the controller function, the first line where the console log is being made doesn't appear in the console (maybe console is being cleared by umbraco before the property editors load).
the second line causes an error too, which can't be viewed in the console since it's cleared. why would this cause an error? i'm simply setting the value for a complex editor. setting $scope.value doesn't cause an error but setting $scope.value.one does.
appreciate any help
Hi Simon,
I'd expect there to be an error in your console - it's difficult to debug without knowing the specific error.
Could you also post your html code and your manifest file that you're using alongside this?
is working on a reply...