ngGAPI icon indicating copy to clipboard operation
ngGAPI copied to clipboard

Unknown provider: DriveProvider <- Drive <- VideoController

Open Lemez opened this issue 7 years ago • 0 comments

Following the boilerplate example, getting this console error:

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' ]);

Lemez avatar Jun 27 '17 17:06 Lemez