Closed pliablepixels closed 8 years ago
@pliablepixels how are you adding the module dependency?
If your main module was called app
, it should be like the following:
angular.module('app', [ 'vjs.video']);
hi @LonnyGomes - thanks - yes, I did specify the dependency as above. I think it may be an ordering issue of the script includes. I'll close this and re-open if I can't figure it out. Thanks.
Hey there, thanks for your work. I am trying to switch from videogular to videojs for an ionic project. I'm trying to follow your instructions, which suggests I include a
vjs.directive.js
but the paths are not the same.installation:
Here is what I have included:
The problem is if I add 'vis-video' to my module deps, I get an injector error.