-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Running a new New Booking project I get this error
Error: comp.$getServices is not a function BBServicesCtrl/$scope.init@http://localhost:8000/booking-widget.js:35727:24 BBServicesCtrl/<@http://localhost:8000/booking-widget.js:35700:20 processQueue@http://localhost:8000/booking-widget-dependencies.js:43539:28 scheduleProcessQueue/<@http://localhost:8000/booking-widget-dependencies.js:43555:27 $RootScopeProvider/this.$get</Scope.prototype.$eval@http://localhost:8000/booking-widget-dependencies.js:44837:16 $RootScopeProvider/this.$get</Scope.prototype.$digest@http://localhost:8000/booking-widget-dependencies.js:44651:15 $RootScopeProvider/this.$get</Scope.prototype.$apply@http://localhost:8000/booking-widget-dependencies.js:44945:13 done@http://localhost:8000/booking-widget-dependencies.js:38925:36 completeRequest@http://localhost:8000/booking-widget-dependencies.js:39134:7 requestLoaded@http://localhost:8000/booking-widget-dependencies.js:39062:9
The comp object seems to be a valid Company object with plenty of other member variables and functions. But it doesn't have a getServices function.
The loading spinner never stops. Presumably because of this error.