error
form error - less forgiving on certain browser settings:
fix:
$scope.$watch(function() {
if ($scope.page.g_form) {
return $scope.page.g_form.getValue('service_offering');
}
All things ServiceNow... take a look at my channel: https://www.youtube.com/@cloudminus89
error
form error - less forgiving on certain browser settings:
fix:
$scope.$watch(function() {
if ($scope.page.g_form) {
return $scope.page.g_form.getValue('service_offering');
}
Comments
Post a Comment