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

Angucomplete-alt : one error results from the $injector being unable to resolve a required dependency after adding the angucomplete-alt module to my Angular App file, e.g. #509

Open
TomSirLiu opened this issue Sep 25, 2017 · 0 comments

Comments

@TomSirLiu
Copy link

TomSirLiu commented Sep 25, 2017

Error: $injector:unpr
Unknown Provider
Unknown provider: angucomplete-altProvider <- angucomplete-alt <- publicCourse.AlterScheduleCtrl
Description
This error results from the $injector being unable to resolve a required dependency.

my code:

`angular.module('jFit.workbench')
  .controller('publicCourse.AlterScheduleCtrl', ['$scope', '$http', '$routeParams', 'configuration','angucomplete-alt',
    function ($scope, $http, $routeParams, configuration) {
}`
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

1 participant