ampervue / ngJWPlayer

Angular directives to instanciate a jwPlayer
MIT License
12 stars 6 forks source link

Error injecting into controller #11

Closed ykoblick closed 7 years ago

ykoblick commented 7 years ago

I seem to be getting a 'Unknown provider: jwplayerServiceProvider' when I inject the into my controller

function ($scope, $sce, $log, jwplayerService ) {

Everything is fine when adding to the app = angular.module('app', ['ng-jwplayer']);

Note, I am using Angular 1.5.3

dkarchmer commented 7 years ago

does the example work?

ykoblick commented 7 years ago

Maybe was a fluke - everything seems to work awesome!