Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unknown provider on injecting "video" in controller. #40

Open
anujaykumar opened this issue Dec 9, 2015 · 1 comment
Open

Unknown provider on injecting "video" in controller. #40

anujaykumar opened this issue Dec 9, 2015 · 1 comment

Comments

@anujaykumar
Copy link

Error: [$injector:unpr] Unknown provider: videoProvider

.controller("myCtrl",["$scope","$sce","$ionicLoading","$filter","video",function($scope,$sce,$ionicLoading,$filter,video){

}

here i am getting error on injecting video

@Carnid
Copy link

Carnid commented Feb 25, 2016

Make sure that angular.module('app', ['ngVideo']) is there and that your <script src="path.to.ng-video.js"> is in your main html file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants