You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the boilerplate installation, got this output:
angular.js:14110 Error: [$injector:unpr] Unknown provider: DriveProvider <- Drive <- VideoController http://errors.angularjs.org/1.5.9/$injector/unpr?p0=DriveProvider%20%3C-%20Drive%20%3C-%20VideoController
at angular.js:68
at angular.js:4554
at Object.getService [as get] (angular.js:4707)
at angular.js:4559
at getService (angular.js:4707)
at injectionArgs (angular.js:4732)
at Object.invoke (angular.js:4754)
at $controllerInit (angular.js:10518)
at nodeLinkFn (angular.js:9416)
at compositeLinkFn (angular.js:8757)
app.js
var app = angular.module('MyApp',['MyApp.services']);
angular.module('app', [
'angularGAPI'
]);
The text was updated successfully, but these errors were encountered:
Unknown provider: DriveProvider <- Drive <- VideoController
Following the boilerplate installation, got this output:
angular.js:14110 Error: [$injector:unpr] Unknown provider: DriveProvider <- Drive <- VideoController
http://errors.angularjs.org/1.5.9/$injector/unpr?p0=DriveProvider%20%3C-%20Drive%20%3C-%20VideoController
at angular.js:68
at angular.js:4554
at Object.getService [as get] (angular.js:4707)
at angular.js:4559
at getService (angular.js:4707)
at injectionArgs (angular.js:4732)
at Object.invoke (angular.js:4754)
at $controllerInit (angular.js:10518)
at nodeLinkFn (angular.js:9416)
at compositeLinkFn (angular.js:8757)
app.js
var app = angular.module('MyApp',['MyApp.services']);
angular.module('app', [
'angularGAPI'
]);
The text was updated successfully, but these errors were encountered: