onChange script error: TypeError: AppointmentBookingConfigHelper is not a constructor function () { [native code] }DescriptionGetting below error when adding New record in Appointment Booking Service Configuration >> selecting any value in Appointments tabonChange script error: TypeError: AppointmentBookingConfigHelper is not a constructor function () { [native code] } Cause***Custom UI script**** When you mark scripts global they load on every page in the "js_includes_customer.jsx". The UI-bootstrap library is trying to register an Angular module using angular.module(...) but at this point the angular library itself is not loaded.ResolutionDisabling UI-bootstrap-0.13.4.js or setting global to false should fix the issue.